[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem

RibbonItem Class

Represents a ribbon command in the GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem.RibbonBar control.

Namespace: GrapeCity.Spreadsheet.WinForms.Ribbon
Assembly: GrapeCity.Spreadsheet.WinForms.Ribbon.dll
Syntax
public abstract class RibbonItem
Public MustInherit Class RibbonItem

Properties

Name Description
CommandName

Gets or sets the command name.

CommandParameter

Gets or sets the command parameter.

Description

Gets or sets the description for this RibbonItem.

Enabled

Gets or sets whether this RibbonItem is enabled.

Group

Gets the RibbonGroup that this RibbonItem belongs to.

Handler

Gets or sets the command handler, which executes when the ribbon command is clicked.

Name

Gets or sets the unique name for this RibbonItem.

SupportedGroupSizing

Imposes a restriction on sizing the item when it appears on a RibbonGroup.

ToolTip

Gets or sets the ToolTip string.

Visible

Gets or sets whether this RibbonItem is visible.