ZennoLab Assemblies Documentation
Name Property (Tab)
Example 
Gets the name of the tab.
Syntax
public string Name {get;}

Property Value

Type: System.String

The name of the tab.

Example
The following code example uses the Name property.
// get main tab
Tab tab = instance.MainTab;
 
// get name
string name = tab.Name;
// get main tab
$tab = $instance->MainTab;
 
// get name
$domText = $tab->Name;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab Class
Tab Members

Send Feedback