SetTabText Method
SetTabText(int, string)
Sets the text displayed in the specified tab.
Declaration
public virtual void SetTabText(int index, string newText)
Public Overridable Sub SetTabText(index As Integer, newText As String)
Parameters
| Type |
Name |
Description |
| int |
index |
|
| string |
newText |
|