Zennolab.CommandCenter
Title Property
See Also  Example Send Feedback
Zennolab.CommandCenter Namespace > Tab Class : Title Property
Gets the title of the tab.

Syntax

C# 
public string Title {get;}

Property Value

Type: System.String

The title of the tab.

Example

The following code example uses the Title property.
C#Copy Code
Tab tab = instance.MainTab;
            
string title = tab.Title;
PHPCopy Code
$tab = $instance->MainTab;
 
$title = $tab->Title;

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.