ZennoLab Assemblies Documentation
SetActive Method
Example 
Sets the current tab as active.
Syntax
public void SetActive()
Example
The following code example demonstrates uses of the SetActive method.
// set tab as active
instance.ActiveTab.SetActive();
// 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, Windows Seven

See Also

Reference

Tab Class
Tab Members

Send Feedback