ZennoLab Assemblies Documentation
SetActive Method
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : SetActive Method

Glossary Item Box

Sets the current tab as active.

Syntax

C# 
public void SetActive()

Example

The following code example demonstrates uses of the SetActive method.
C#Copy Code
// set tab as active
instance.ActiveTab.SetActive();
PHPCopy Code
// set tab as active
$instance->ActiveTab->SetActive();

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.