Gets or sets whether or not this CommandGroup has a toolbar.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HasToolbar As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICommandGroup
Dim value As System.Boolean
instance.HasToolbar = value
value = instance.HasToolbar |
C# | |
---|
System.bool HasToolbar {get; set;} |
C++/CLI | |
---|
property System.bool HasToolbar {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if this CommandGroup has a toolbar, false if not
Example
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14