Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / ShowFocusRectangle Property

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