ZennoLab Assemblies Documentation
ActiveTab Property
Example 
Gets the active tab.
Syntax
public Tab ActiveTab {get;}

Property Value

Type: Zennolab.CommandCenter.Tab

The active tab.

Example
The following code example uses the ActiveTab property.
// get active tab
Tab activeTab = instance.ActiveTab;
// get active tab
$activeTab = $instance->ActiveTab;
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
AllTabs Property
MainTab Property

Send Feedback