Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1StatusBar Class / Selectable Property

In This Topic
    Selectable Property (C1StatusBar)
    In This Topic
    Gets or sets whether the StatusBar can receive the input focus.
    Syntax
    'Declaration
     
    
    Public Property Selectable As Boolean
    public bool Selectable {get; set;}
    See Also