Removes the specified buttons from this CommandManager tab box.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IRemoveCommands( _
ByVal CommandIDCount As Integer, _
ByRef CommandIDs As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICommandTabBox
Dim CommandIDCount As Integer
Dim CommandIDs As Integer
Dim value As Boolean
value = instance.IRemoveCommands(CommandIDCount, CommandIDs)
|
Parameters
- CommandIDCount
- Number of buttons to remove from this CommandManager tab box
- CommandIDs
- in-process, unmanaged C++: Pointer to an array of the command IDs for the buttons you want removed from this CommandManager tab box (see Remarks)
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if the specified buttons are removed, false if not
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0