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