M-Files UI Extensibility Framework
CreateCustomCommand Method
ICommands Interface : CreateCustomCommand Method
The custom command's name.
Description
Creates a custom command that can be added to the task area or to the context menu.
Syntax
Visual Basic
Public Function CreateCustomCommand( _
   ByVal commandName As String _
) As Long
Parameters
commandName
The custom command's name.
Return Type
Returns the command id of the created custom command.
Remarks

The custom command invocation is notified with OnCustomCommand Event.

Supported in M-Files 9.0.3372.6 and newer.

See Also

ICommands Interface  | ICommands Members