FlexGrid for WinForms
Highlight Property (CellStyleCollection)



Gets the style used to paint highlighted selected cells.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets the style used to paint highlighted selected cells.")>
Public ReadOnly Property Highlight As CellStyle
'Usage
 
Dim instance As CellStyleCollection
Dim value As CellStyle
 
value = instance.Highlight
[C1Description("Gets the style used to paint highlighted selected cells.")]
public CellStyle Highlight {get;}
[C1Description("Gets the style used to paint highlighted selected cells.")]
public:
property CellStyle^ Highlight {
   CellStyle^ get();
}
Remarks

Use the C1FlexGridBase.HighLight property to determine whether cells should be highlighted when the control does not have the focus.

Use the SelectionMode property to determine what types of selection are allowed.

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

CellStyleCollection Class
CellStyleCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback