Name | Description | |
---|---|---|
RibbonGallery Constructor | Initializes a new instance of the RibbonLabel class. |
The following tables list the members exposed by RibbonGallery.
Name | Description | |
---|---|---|
RibbonGallery Constructor | Initializes a new instance of the RibbonLabel class. |
Name | Description | |
---|---|---|
AllowGroupFiltering | Gets or sets whether the Gallery can be filtering. | |
CommandName | Overridden. Gets or sets the command name. | |
CommandParameter | Gets or sets the command parameter. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem) | |
Description | Gets or sets the description for this RibbonItem. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem) | |
DroppedDown | Gets or sets whether the drop-down portion of this element is visible. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase) | |
Enabled | Gets or sets whether this RibbonItem is enabled. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem) | |
ExecuteCommandOnSelectedItem | Gets a value indicating whether the command executes with selected item. | |
Expanded | Indicates if the gallery should appear expanded in a RibbonGroup. | |
GripHandleVisible | Indicates whether the drop-down can be resized. | |
Group | Gets the RibbonGroup that this RibbonItem belongs to. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem) | |
Handler | Gets or sets the command handler, which executes when the ribbon command is clicked. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem) | |
IconSet | Gets the icon set used to display item with different sizes. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem) | |
Items | Gets the collection of items in the gallery. | |
ItemSize | Gets or sets the size of the items in a gallery. | |
ItemSpacing | Gets or sets the spacing between gallery items. | |
KeyTip | Gets or sets the KeyTip providing keyboard access to a RibbonGallery. | |
MenuItems | Gets the collection of menu items at the bottom of the drop-down portion of this RibbonGallery. | |
MinVisibleItems | Specifies the minimum number of visible items in expanded mode. | |
Name | Gets or sets the unique name for this RibbonItem. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem) | |
SelectedGroupName | Gets or sets name of the selected group name in the RibbonGallery. | |
SelectedIndex | Gets or sets index of the selected item in the RibbonGallery. | |
SelectedItem | Gets the selected item in the RibbonGallery. | |
SupportedGroupSizing | Imposes a restriction on sizing the item when it appears on a RibbonGroup. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem) | |
Text | Gets or sets the text associated with the gallery. | |
TextImageRelation | Gets or sets a value indicating whether the text should appear below the image. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonIconItem) | |
ToolTip | Gets or sets the ToolTip string. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem) | |
Visible | Gets or sets whether this RibbonItem is visible. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem) | |
VisibleItems | Specifies the number of visible items in expanded mode. |
Name | Description | |
---|---|---|
DropDown | Occurs when the drop-down portion of this element is shown. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase) | |
DropDownClosed | Indicates that the drop-down portion of this element has closed. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonDropDownBase) | |
SelectedIndexChanged | Occurs when the value of the SelectedIndex property changes. |