Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.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
    'Usage
     
    
    Dim instance As RibbonListItem
    Dim value As Boolean
     
    instance.AllowSelection = value
     
    value = instance.AllowSelection
    public bool AllowSelection {get; set;}
    See Also