M-Files UI Extensibility Framework
AddCustomCommandToGroup Method
ITaskPane Interface : AddCustomCommandToGroup Method
The custom command id.
The group id into which the command should be added. Can be a built-in group (TaskPaneGroup) or a custom group id.
The sort order of the command within the group. If the group contains built-in commands then negative values are sorted before the built-in commands and positive values after them. Ascending ordering.
Description
Adds a created custom command to a Task pane command group.
Syntax
Visual Basic
Public Sub AddCustomCommandToGroup( _
   ByVal customCommand As Long, _
   ByVal group As Long, _
   ByVal orderPriority As Long _
) 
Parameters
customCommand
The custom command id.
group
The group id into which the command should be added. Can be a built-in group (TaskPaneGroup) or a custom group id.
orderPriority
The sort order of the command within the group. If the group contains built-in commands then negative values are sorted before the built-in commands and positive values after them. Ascending ordering.
See Also

ITaskPane Interface  | ITaskPane Members