Click or drag to resize

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
Members
  Member nameValueDescription
DeselectDisable0 Deselects and disables the item
DeselectEnable1 Deselects and enables the item; this is the default state if no update function is specified
SelectDisable2 Selects and disables the item
SelectEnable3 Selects and enables the item
See Also