[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonGroup

RibbonGroup Class

Represents an item group on a RibbonTab.

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

Constructors

Name Description
RibbonGroup()

Creates a new instance of RibbonGroup.

Properties

Name Description
Enabled

Gets or sets whether this item group is enabled.

GroupKeyTip

Gets or sets the KeyTip providing keyboard access to a RibbonGroup.

GroupToolTip

Gets or sets the tooltip for the collapsed group button.

HasLauncherButton

Gets or sets whether this RibbonGroup has a dialog launcher button.

IconSet

Gets the icon set used to display item with different sizes.

Items

Gets the collection of items in the drop-down portion of this RibbonDropDownBase.

LauncherEnabled

Gets or sets whether the dialog launcher button is enabled for this RibbonGroup.

LauncherKeyTip

Gets or sets the KeyTip providing keyboard access to a dialog launcher button.

LauncherToolTip

Gets or sets the tooltip for the dialog launcher button.

Name

Gets or sets the unique name for this RibbonGroup.

Text

Gets or sets the text that appears at the bottom of this group.

TrimLongCaption

Specifies whether the group caption should be trimmed if it is longer than the contents of the group.

Methods

Name Description
Add(RibbonItem)

Adds a RibbonItem to the collection.

Events

Name Description
DialogLauncherClick

Occurs when the user clicks the dialog launcher button.