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: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Tab Class
Tab Members

Send Feedback