FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / Focus Property

In This Topic
    Focus Property (CellStyleCollection)
    In This Topic
    Gets the style used to paint the current cell when the control has focus.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Focus As CellStyle
    public CellStyle Focus {get;}
    Remarks
    This style is empty by default, so focused cells are rendered using the Normal style.
    See Also