BCGControlBar Library for .NET
Active Property (TabCommandObject)




Indicates a value whether the TabCommandObject is active.
Syntax
'Declaration
 
Public Property Active As Boolean
'Usage
 
Dim instance As TabCommandObject
Dim value As Boolean
 
instance.Active = value
 
value = instance.Active
public bool Active {get; set;}
public: __property bool get_Active();
public: __property void set_Active( 
   bool value
);
public:
property bool Active {
   bool get();
   void set (    bool value);
}
Remarks
If the value is set to be active its related category will be displayed
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

Reference

TabCommandObject Class
TabCommandObject Members

Send Feedback