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


In This Topic
    RibbonButton Class Members
    In This Topic

    The following tables list the members exposed by RibbonButton.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of RibbonButton.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the command name. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    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 this RibbonItem is enabled. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    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 or sets the KeyTip providing keyboard access to the Button.  
    Public PropertyGets or sets the unique name for this RibbonItem. (Inherited from GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem)
    Public PropertyGets or sets a value indicating whether the button is owner-drawn.  
    Public PropertyGets or sets a value indicating whether this item can be selected in a RibbonListItem.  
    Public PropertyGets or sets the shortcut key text associated with the menu item.  
    Public PropertyGets or sets the shortcut keys associated with the button.  
    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 RibbonButton.  
    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)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the button is owner-drawn.  
    Top
    See Also