C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / ItemStateEnum Enumeration

ItemStateEnum Enumeration
Specifies the current state of a menu or toolbar item.
Syntax
'Declaration
 
Public Enum ItemStateEnum 
   Inherits System.Enum
 
Members
MemberDescription
DraggedItem is being dragged during customizing or at design-time.
HotMouse is currently over the item.
NormalNormal (default) state.
OpenItem contains a submenu, which is currently open.
PressedItem has been pressed (either by the left mouse button or by the space key).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Command.ItemStateEnum

scrap%

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1Command Namespace