InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / CheckButtonElement Class / ShowFocusRectangle Property

In This Topic
    ShowFocusRectangle Property (CheckButtonElement)
    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