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