Ribbon for WinForms | ComponentOne
C1.Win.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
    public bool Selected {get; set;}
    See Also