| CommandItemEnableState_e Enumeration |
Enumerates the possible states of the command (toolbar button or menu item) in SOLIDWORKS
Namespace:
CodeStack.SwEx.AddIn.Enums
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public enum CommandItemEnableState_e
Public Enumeration CommandItemEnableState_e
public enum class CommandItemEnableState_e
Members
| Member name | Value | Description |
---|
| DeselectDisable | 0 |
Deselects and disables the item
|
| DeselectEnable | 1 |
Deselects and enables the item; this is the default state if no update function is specified
|
| SelectDisable | 2 |
Selects and disables the item
|
| SelectEnable | 3 |
Selects and enables the item
|
See Also