ZennoLab Assemblies Documentation
MainTab Property
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : MainTab Property

Glossary Item Box

Gets the main tab. The tab with name "page" or last created.

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
// get main tab
Tab mainTab = instance.MainTab;
PHPCopy Code
// get main tab
$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

© 2013 All Rights Reserved.