M-Files UI Extensibility Framework
CreateGroup Method
ITaskPane Interface : CreateGroup Method
The name of the new command group.

The priority value of the group specifies the position of the group on the task area. The smaller the value, the higher it is placed. For instance, groups that have a priority value of "2" are placed above ones that have a priority value of "5".

In M-Files Web, groups with negative values are located above the built-in groups, whereas in M-Files Desktop, the priority value only determines the respective order of these custom groups.
Description
Creates a new command group to the task area.
Syntax
Visual Basic
Public Function CreateGroup( _
   ByVal groupName As String, _
   ByVal priority As Long _
) As Long
Parameters
groupName
The name of the new command group.
priority

The priority value of the group specifies the position of the group on the task area. The smaller the value, the higher it is placed. For instance, groups that have a priority value of "2" are placed above ones that have a priority value of "5".

In M-Files Web, groups with negative values are located above the built-in groups, whereas in M-Files Desktop, the priority value only determines the respective order of these custom groups.
See Also

ITaskPane Interface  | ITaskPane Members