ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / ShowFocusRectangle Property

In This Topic
    ShowFocusRectangle Property
    In This Topic
    Specifies whether a focus rectangle should be displayed around the client area when the control has the input focus.
    Syntax
    'Declaration
     
    
    Public Property ShowFocusRectangle As Boolean
    public bool ShowFocusRectangle {get; set;}
    See Also