Gets the active tab.
public Tab ActiveTab {get;}
Property Value
Type: Zennolab.CommandCenter.Tab
The active tab.
The following code example uses the
ActiveTab property.
// get active tab
Tab activeTab = instance.ActiveTab;
// get active tab
$activeTab = $instance->ActiveTab;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.