Version

IsTabEnabled Method

Retuen True if the specified tab is enbaled
Syntax
'Declaration
 
Public Function IsTabEnabled( _
   ByVal tabIdentifer As System.Object _
) As System.Boolean
public System.bool IsTabEnabled( 
   System.object tabIdentifer
)
public: System.bool IsTabEnabled( 
   System.Object* tabIdentifer
) 

Parameters

tabIdentifer
tab name or index

Return Value

True if the tab is enbaled, otherwise return False
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also