Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class
Properties Events


In This Topic
    RibbonGallery Class Members
    In This Topic

    The following tables list the members exposed by RibbonGallery.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RibbonLabel class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether the Gallery can be filtering.  
    Public PropertyOverridden. Gets or sets the command name.  
    Public PropertyGets or sets the command parameter. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets the description for this RibbonItem. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets whether the drop-down portion of this element is visible. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase)
    Public PropertyGets or sets whether this RibbonItem is enabled. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets a value indicating whether the command executes with selected item.  
    Public PropertyIndicates if the gallery should appear expanded in a RibbonGroup.  
    Public PropertyIndicates whether the drop-down can be resized.  
    Public PropertyGets the RibbonGroup that this RibbonItem belongs to. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets the command handler, which executes when the ribbon command is clicked. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets the icon set used to display item with different sizes. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem)
    Public PropertyGets the collection of items in the gallery.  
    Public PropertyGets or sets the size of the items in a gallery.  
    Public PropertyGets or sets the spacing between gallery items.  
    Public Property  
    Public PropertyGets or sets the KeyTip providing keyboard access to a RibbonGallery.  
    Public PropertyGets the collection of menu items at the bottom of the drop-down portion of this RibbonGallery.  
    Public PropertySpecifies the minimum number of visible items in expanded mode.  
    Public PropertyGets or sets the unique name for this RibbonItem. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets name of the selected group name in the RibbonGallery.  
    Public PropertyGets or sets index of the selected item in the RibbonGallery.  
    Public PropertyGets the selected item in the RibbonGallery.  
    Public PropertyImposes a restriction on sizing the item when it appears on a RibbonGroup. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets the text associated with the gallery.  
    Public PropertyGets or sets a value indicating whether the text should appear below the image. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem)
    Public PropertyGets or sets the ToolTip string. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets whether this RibbonItem is visible. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertySpecifies the number of visible items in expanded mode.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the drop-down portion of this element is shown. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase)
    Public EventIndicates that the drop-down portion of this element has closed. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase)
    Public EventOccurs when the value of the SelectedIndex property changes.  
    Top
    See Also