M-Files UI Extensibility Framework
CommandState Enumeration
Description
The CommandState enumeration specifies the visibility state for the M-Files command when it is displayed in the user interface. This enumeration is used in conjunction with the SetCommandState method.
Members
MemberValueDescription
CommandState_Active1The command is visible and it can be used.
CommandState_Hidden3The command is not visible.
CommandState_Inactive2The command is visible but it cannot be used.
CommandState_Undefined0Undefined value.