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

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