|
|
|
|
Name Property, TabClass Class |
Defines the tab's name (used to access the tab by name instead of by index).
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property Name As String |
C# |
public string Name { get; set; } |
C++ |
public: property String^ Name { |
Property Value
The tab's name.
The default value is an empty string.
Comments
The Name property defines the tab's name (used to access the tab by name instead of by index).
The tab's name is only used internally by an application instead of using a tab index. The tab name is not visible to the end-user of an application. The TabCollection.Item property can be used to locate tabs based on their defined name.