ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Boolean
    public System.bool Selectable {get; set;}
    See Also