BCGControlBar Library for .NET
HighlightedBackColor Property




Gets or sets background color of highlighted element.
Syntax
'Declaration
 
Public Property HighlightedBackColor As GridElementColor
'Usage
 
Dim instance As GridCellVisualStyle
Dim value As GridElementColor
 
instance.HighlightedBackColor = value
 
value = instance.HighlightedBackColor
public GridElementColor HighlightedBackColor {get; set;}
public: __property GridElementColor* get_HighlightedBackColor();
public: __property void set_HighlightedBackColor( 
   GridElementColor* value
);
public:
property GridElementColor^ HighlightedBackColor {
   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

GridCellVisualStyle Class
GridCellVisualStyle Members

Send Feedback