Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CheckBoxCellType Class / FocusRectangle Property


In This Topic
    FocusRectangle Property (CheckBoxCellType)
    In This Topic
    Gets or sets whether the focus rectangle is displayed.
    Syntax
    'Declaration
     
    
    Public Overridable Property FocusRectangle As FocusRectangle
    'Usage
     
    
    Dim instance As CheckBoxCellType
    Dim value As FocusRectangle
     
    instance.FocusRectangle = value
     
    value = instance.FocusRectangle
    public virtual FocusRectangle FocusRectangle {get; set;}
    See Also