BCGControlBar Library for .NET
MarkLineColor Property




Gets or sets color of marked line.
Syntax
'Declaration
 
Public Property MarkLineColor As Color
'Usage
 
Dim instance As GridCellBorderStyle
Dim value As Color
 
instance.MarkLineColor = value
 
value = instance.MarkLineColor
public Color MarkLineColor {get; set;}
public: __property Color get_MarkLineColor();
public: __property void set_MarkLineColor( 
   Color value
);
public:
property Color MarkLineColor {
   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