BCGControlBar Library for .NET
HighlightMode Property




Specifies the current highlighted mode for the command panel. It defines what kind of command objects should be highlighted on mouse move event.
Syntax
'Declaration
 
Public Property HighlightMode As CommandPanelHighlightMode
'Usage
 
Dim instance As CommandPanel
Dim value As CommandPanelHighlightMode
 
instance.HighlightMode = value
 
value = instance.HighlightMode
public CommandPanelHighlightMode HighlightMode {get; set;}
public: __property CommandPanelHighlightMode get_HighlightMode();
public: __property void set_HighlightMode( 
   CommandPanelHighlightMode value
);
public:
property CommandPanelHighlightMode HighlightMode {
   CommandPanelHighlightMode get();
   void set (    CommandPanelHighlightMode value);
}
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

CommandPanel Class
CommandPanel Members

Send Feedback