Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / ShowFocusRectangle Property

In This Topic
    ShowFocusRectangle Property (ScrollBarElement)
    In This Topic
    Gets or sets whether the element should display a focus rectangle when it has focus.
    Syntax
    'Declaration
     
    
    Public Property ShowFocusRectangle As Boolean
    public bool ShowFocusRectangle {get; set;}
    See Also