FlexGrid for WinForms
Focus Property



Gets the style used to paint the current cell when the control has focus.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets the style used to paint the current cell when the control has focus.")>
Public ReadOnly Property Focus As CellStyle
'Usage
 
Dim instance As CellStyleCollection
Dim value As CellStyle
 
value = instance.Focus
[C1Description("Gets the style used to paint the current cell when the control has focus.")]
public CellStyle Focus {get;}
[C1Description("Gets the style used to paint the current cell when the control has focus.")]
public:
property CellStyle^ Focus {
   CellStyle^ get();
}
Remarks
This style is empty by default, so focused cells are rendered using the Normal style.
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