ZennoLab Assemblies Documentation
MainTab Property
Example 
Gets the main tab. The tab with name "page" or last created.
Syntax
public Tab MainTab {get;}

Property Value

Type: Zennolab.CommandCenter.Tab

The main tab.

Example
The following code example uses the MainTab property.
// get main tab
Tab mainTab = instance.MainTab;
// 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, Windows Seven

See Also

Reference

Instance Class
Instance Members
ActiveTab Property
AllTabs Property

Send Feedback