M-Files UI Extensibility Framework
RemoveCustomCommandFromGroup Method
ITaskPane Interface : RemoveCustomCommandFromGroup Method
The custom command id.
The group from which the command is removed.
Description
Removes a custom command from a Task pane command group.
Syntax
Visual Basic
Public Sub RemoveCustomCommandFromGroup( _
   ByVal customCommand As Long, _
   ByVal group As Long _
) 
Parameters
customCommand
The custom command id.
group
The group from which the command is removed.
See Also

ITaskPane Interface  | ITaskPane Members