Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonButton Class / SelectableInListItem Property


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