Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / RangeSliderCommonStyle Class / ShowFocusBorder Property

In This Topic
    ShowFocusBorder Property (RangeSliderCommonStyle)
    In This Topic
    Gets or sets the value indicating whether a control should show the focus rectangle or not.
    Syntax
    'Declaration
     
    
    Public Overridable Property ShowFocusBorder As Boolean
    public virtual bool ShowFocusBorder {get; set;}
    See Also