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

Glossary Item Box

Gets the active tab.

Syntax

C# 
public Tab ActiveTab {get;}

Property Value

Type: Zennolab.CommandCenter.Tab

The active tab.

Example

The following code example uses the ActiveTab property.
C#Copy Code
// get active tab
Tab activeTab = instance.ActiveTab;
PHPCopy Code
// 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

See Also

© 2013 All Rights Reserved.