M-Files UI Extensibility Framework
ICommands Interface
Members 
Description
ICommands interface provides methods for managing user defined (custom) commands
Public Methods
Adds existing custom command to the specified context menu location.
Creates a custom command that can be added to the task area or to the context menu.
Deletes a custom command. The command is automatically removed.
Executes a user command.
Resolves the name that has been associated with the given command id.
Gets the command state for builtin or custom command in specified location.
Removes a custom command from the specified menu location.
Sets the command to be hidden, visible, enabled, or disabled. This method can have an effect on the context menu (and top pane), menu bar, task area, or all of them.
Sets an icon for a custom command. Icon can be one of the M-Files default icons. Setting the icon works currently only with commands in task pane.
Sets an icon for a custom command. Setting the icon works currently only with commands in task pane.
Public Properties
Returns the event registering interface of the ICommands interface.
See Also

ICommands Members