ZennoLab Assemblies Documentation
Title Property
Example 
Gets the title of the tab.
Syntax
public string Title {get;}

Property Value

Type: System.String

The title of the tab.

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

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

See Also

Reference

Tab Class
Tab Members

Send Feedback