[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGalleryItem

RibbonGalleryItem Class

Label in a RibbonBar control.

Inheritance
RibbonGalleryItem
Namespace: GrapeCity.Spreadsheet.WinForms.Ribbon
Assembly: GrapeCity.Spreadsheet.WinForms.Ribbon.dll
Syntax
public sealed class RibbonGalleryItem : RibbonIconItem
Public NotInheritable Class RibbonGalleryItem
    Inherits RibbonIconItem

Constructors

Name Description
RibbonGalleryItem()

Initializes a new instance of the RibbonLabel class.

Properties

Name Description
GalleryItemTextImageRelation

Specifies the position of text and image relative to each other.

GroupName

The group name associated with the gallery Item.

Selected

Gets or sets a value indicating whether the RibbonGalleryItem is currently selected in the owner RibbonGallery.

Text

Gets or sets the text associated with the gallery Item.

Events

Name Description
Click

Occurs when the item is clicked.

ShowContextMenu

Occurs when the context menu should be displayed.