Removes the specified buttons from this CommandManager tab box.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveCommands( _
ByVal CommandIDs As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICommandTabBox
Dim CommandIDs As Object
Dim value As Boolean
value = instance.RemoveCommands(CommandIDs)
|
C++/CLI | |
---|
bool RemoveCommands(
& Object^ CommandIDs
) |
Parameters
- CommandIDs
- Array of command IDs for the buttons you want removed from this CommandManager tab box (see Remarks)
Return Value
True if the specified buttons are removed, false if not
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0