BCGControlBar Library for .NET
CommandPanelHighlightMode Enumeration




Defines what kind of button buttons on the command panel will be highlighted on MouseMove Event (see CommandPanel OnMouseMove method).

Syntax
'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 
Members
MemberDescription
HighlightAlwaysThe button will be always highlighted.
HighlightOnlyPressedObjectOnly pressed buttons will be highlighted.
HighlightOnlyWhenCapturedOnly captured by mouse buttons will be highlighted.
NoHighlightOnMouseMoveNo buttons will be highlighted on MouseMove event.
NoHighlightWhenCaptured 
ToolBarBehavior 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Shared.CommandPanelHighlightMode

Requirements

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

BCGSoft.Controls.Shared Namespace

Send Feedback