NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabStrip.GetTabText

Retrieves the text for the given tab.

[Visual Basic]
Public Function GetTabText( _
   ByVal index As Integer _
) As String
[C#]
public string GetTabText(
   int index
);
[C++]
public: String* GetTabText(
   int index
);
[JScript]
public function GetTabText(
   index : int
) : String;

Parameters

index
The index of the tab for which we want the text.

Return Value

the text of the tab.

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace