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


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