Gets or sets whether this CommandManager tab is active.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Active As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICommandTab
Dim value As Boolean
instance.Active = value
value = instance.Active
|
C# | |
---|
bool Active {get; set;} |
C++/CLI | |
---|
property bool Active {
bool get();
void set (bool value);
} |
Return Value
True if this CommandManager tab is active, false if not
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0