[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonButton

RibbonButton Class

Represents a button element in a RibbonBar control.

Namespace: GrapeCity.Spreadsheet.WinForms.Ribbon
Assembly: GrapeCity.Spreadsheet.WinForms.Ribbon.dll
Syntax
public class RibbonButton : RibbonIconItem
Public Class RibbonButton
    Inherits RibbonIconItem

Constructors

Name Description
RibbonButton()

Creates a new instance of RibbonButton.

Properties

Name Description
KeyTip

Gets or sets the KeyTip providing keyboard access to the Button.

OwnerDraw

Gets or sets a value indicating whether the button is owner-drawn.

SelectableInListItem

Gets or sets a value indicating whether this item can be selected in a RibbonListItem.

ShortcutKeyDisplayString

Gets or sets the shortcut key text associated with the menu item.

ShortcutKeys

Gets or sets the shortcut keys associated with the button.

Text

Gets or sets the text associated with the RibbonButton.

Events

Name Description
DrawItem

Occurs when the button is owner-drawn.