ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1RangeSlider.RangeSliderStyleCollection Class / ShowFocusBorder Property

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