BCGControlBar Library for .NET
MarkHighlightedLineColor Property




Gets or sets color of marked highlighted line.
Syntax
'Declaration
 
Public Property MarkHighlightedLineColor As Color
'Usage
 
Dim instance As GridCellBorderStyle
Dim value As Color
 
instance.MarkHighlightedLineColor = value
 
value = instance.MarkHighlightedLineColor
public Color MarkHighlightedLineColor {get; set;}
public: __property Color get_MarkHighlightedLineColor();
public: __property void set_MarkHighlightedLineColor( 
   Color value
);
public:
property Color MarkHighlightedLineColor {
   Color get();
   void set (    Color value);
}
Remarks
"Marked" state is used for column or row headers only. Column or row is considered as "marked" when it contains at least on 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

GridCellBorderStyle Class
GridCellBorderStyle Members

Send Feedback