Zennolab.CommandCenter
MainTab Property
See Also  Example Send Feedback
Zennolab.CommandCenter Namespace > Instance Class : MainTab Property
Gets the main tab.

Syntax

C# 
public Tab MainTab {get;}

Property Value

Type: Zennolab.CommandCenter.Tab

The main tab

Example

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

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.