Gets or sets the docking state of the toolbar in the CommandGroup.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DockingState As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICommandGroup
Dim value As Integer
instance.DockingState = value
value = instance.DockingState
|
C# | |
---|
int DockingState {get; set;} |
C++/CLI | |
---|
property int DockingState {
int get();
void set (int value);
} |
Return Value
Docking state of the toolbar as defined in
swToolbarDockStatePosition_e
See Also
Availability
SolidWorks 2006 SP5, Revision Number 14