BCGSoft.Controls.Shared Namespace : CommandPanelHighlightMode Enumeration |
Defines what kind of button buttons on the command panel will be highlighted on MouseMove Event (see CommandPanel OnMouseMove method).
'Declaration Public Enum CommandPanelHighlightMode Inherits System.Enum
'Usage Dim instance As CommandPanelHighlightMode
public enum CommandPanelHighlightMode : System.Enum
__value public enum CommandPanelHighlightMode : public System.Enum
public enum class CommandPanelHighlightMode : public System.Enum
Member | Description |
---|---|
HighlightAlways | The button will be always highlighted. |
HighlightOnlyPressedObject | Only pressed buttons will be highlighted. |
HighlightOnlyWhenCaptured | Only captured by mouse buttons will be highlighted. |
NoHighlightOnMouseMove | No buttons will be highlighted on MouseMove event. |
NoHighlightWhenCaptured | |
ToolBarBehavior |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Shared.CommandPanelHighlightMode
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