The enumeration values represent the command state bit mask.
| Member | Value | Description |
|---|---|---|
| eUiPluginCommandStateNone | 0x0 | The command is not supported. |
| eUiPluginCommandStateEnabled | 0x1 | The command is enabled. |
| eUiPluginCommandStateSupported | 0x2 | The command is supported. |
| eUiPluginCommandStateChecked | 0x4 | The toolbar button or a context menu item associated with the command will appear checked. |
| eUiPluginCommandStateGrayed | 0x8 | The toolbar button or a context menu item associated with the command will appear grayed out. |





