Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonListItem Class / AllowSelection Property

In This Topic
    AllowSelection Property (RibbonListItem)
    In This Topic
    Gets or sets a value indicating whether this item can be selected.
    Syntax
    'Declaration
     
    
    Public Property AllowSelection As Boolean
    public bool AllowSelection {get; set;}
    See Also