BCGControlBar Library for .NET
HighlightedColor Property (FilterButtonVisualStyle)




Gets or sets highlighted coor.
Syntax
'Declaration
 
Public Property HighlightedColor As GridElementColor
'Usage
 
Dim instance As FilterButtonVisualStyle
Dim value As GridElementColor
 
instance.HighlightedColor = value
 
value = instance.HighlightedColor
public GridElementColor HighlightedColor {get; set;}
public: __property GridElementColor* get_HighlightedColor();
public: __property void set_HighlightedColor( 
   GridElementColor* value
);
public:
property GridElementColor^ HighlightedColor {
   GridElementColor^ get();
   void set (    GridElementColor^ 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

FilterButtonVisualStyle Class
FilterButtonVisualStyle Members

Send Feedback