BCGControlBar Library for .NET
MarkBackColor Property




Gets or sets background color of an element in "marked" state.
Syntax
'Declaration
 
Public Property MarkBackColor As GridElementColor
'Usage
 
Dim instance As GridCellVisualStyle
Dim value As GridElementColor
 
instance.MarkBackColor = value
 
value = instance.MarkBackColor
public GridElementColor MarkBackColor {get; set;}
public: __property GridElementColor* get_MarkBackColor();
public: __property void set_MarkBackColor( 
   GridElementColor* value
);
public:
property GridElementColor^ MarkBackColor {
   GridElementColor^ get();
   void set (    GridElementColor^ value);
}
Remarks
Applied to row or column headers. A row or column is "marked" when it contains at least one selected item.
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