Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGalleryItem Class / Selected Property


In This Topic
    Selected Property (RibbonGalleryItem)
    In This Topic
    Gets or sets a value indicating whether the RibbonGalleryItem is currently selected in the owner RibbonGallery.
    Syntax
    'Declaration
     
    
    Public Property Selected As Boolean
    'Usage
     
    
    Dim instance As RibbonGalleryItem
    Dim value As Boolean
     
    instance.Selected = value
     
    value = instance.Selected
    public bool Selected {get; set;}
    See Also