TRibbonButtonItem Class

Represents type TRibbonButtonItem.

Namespace: System.UI.Ribbon
TObject
  System.UI.Ribbon.TRibbonItem
    System.UI.Ribbon.TRibbonButtonItem
      System.UI.Ribbon.TRibbonLargeButtonItem
type
 TRibbonButtonItem = class(TRibbonItem)
 end;

The TRibbonButtonItem type exposes the following members.

Show:
 NameDescription
Action

Represents property Action. (Inherited from TRibbonItem.)

AllowAllUp

Represents property AllowAllUp.

BeginGroup

Represents property BeginGroup. (Inherited from TRibbonItem.)

ButtonGroup

Represents property ButtonGroup. (Inherited from TRibbonItem.)

ButtonStyle

Represents property ButtonStyle.

Caption

Represents property Caption. (Inherited from TRibbonItem.)

Checked

Represents property Checked.

CloseMenuOnClick

Represents property CloseMenuOnClick.

Distributed

Represents property Distributed. (Inherited from TRibbonItem.)

DropDownEnabled

Represents property DropDownEnabled.

DropDownMenu

Represents property DropDownMenu.

Enabled

Represents property Enabled. (Inherited from TRibbonItem.)

Glyph

Represents property Glyph. (Inherited from TRibbonItem.)

GroupIndex

Represents property GroupIndex.

Hint

Represents property Hint. (Inherited from TRibbonItem.)

ImageIndex

Represents property ImageIndex. (Inherited from TRibbonItem.)

LargeGlyph

Represents property LargeGlyph. (Inherited from TRibbonItem.)

LargeImageIndex

Represents property LargeImageIndex. (Inherited from TRibbonItem.)

Layout

Represents property Layout. (Inherited from TRibbonItem.)

Position

Represents property Position. (Inherited from TRibbonItem.)

ScreenTip

Represents property ScreenTip. (Inherited from TRibbonItem.)

TabGroup

Represents property TabGroup. (Inherited from TRibbonItem.)

Visible

Represents property Visible. (Inherited from TRibbonItem.)

Top
Show:
 NameDescription
Click

Represents method Click. (Inherited from TRibbonItem.)

DropDown

Represents method DropDown.

GetAction

Represents method GetAction. (Inherited from TRibbonItem.)

GetAllowAllUp

Represents method GetAllowAllUp.

GetBeginGroup

Represents method GetBeginGroup. (Inherited from TRibbonItem.)

GetButtonGroup

Represents method GetButtonGroup. (Inherited from TRibbonItem.)

GetButtonStyle

Represents method GetButtonStyle.

GetCaption

Represents method GetCaption. (Inherited from TRibbonItem.)

GetChecked

Represents method GetChecked.

GetCloseMenuOnClick

Represents method GetCloseMenuOnClick.

GetDistributed

Represents method GetDistributed. (Inherited from TRibbonItem.)

GetDropDownEnabled

Represents method GetDropDownEnabled.

GetDropDownMenu

Represents method GetDropDownMenu.

GetEnabled

Represents method GetEnabled. (Inherited from TRibbonItem.)

GetGlyph

Represents method GetGlyph. (Inherited from TRibbonItem.)

GetGroupIndex

Represents method GetGroupIndex.

GetHint

Represents method GetHint. (Inherited from TRibbonItem.)

GetImageIndex

Represents method GetImageIndex. (Inherited from TRibbonItem.)

GetLargeGlyph

Represents method GetLargeGlyph. (Inherited from TRibbonItem.)

GetLargeImageIndex

Represents method GetLargeImageIndex. (Inherited from TRibbonItem.)

GetLayout

Represents method GetLayout. (Inherited from TRibbonItem.)

GetPosition

Represents method GetPosition. (Inherited from TRibbonItem.)

GetTabGroup

Represents method GetTabGroup. (Inherited from TRibbonItem.)

GetVisible

Represents method GetVisible. (Inherited from TRibbonItem.)

SetCloseMenuOnClick(Boolean)

Represents method SetCloseMenuOnClick(Boolean).

SetDistributed(Boolean)

Represents method SetDistributed(Boolean). (Inherited from TRibbonItem.)

SetLayout(TRibbonItemLayouts)

Represents method SetLayout(TRibbonItemLayouts). (Inherited from TRibbonItem.)

SetOnClick(TRibbonItemNotifyEvent)

Represents method SetOnClick(TRibbonItemNotifyEvent). (Inherited from TRibbonItem.)

SetPosition(TRibbonItemPosition)

Represents method SetPosition(TRibbonItemPosition). (Inherited from TRibbonItem.)

Top
Show:
 NameDescription
OnClick

Represents property OnClick. (Inherited from TRibbonItem.)

Top