TRibbonLargeButtonItem Class

Represents type TRibbonLargeButtonItem.

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

The TRibbonLargeButtonItem type exposes the following members.

Show:
 NameDescription
Action

Represents property Action. (Inherited from TRibbonItem.)

AllowAllUp

Represents property AllowAllUp. (Inherited from TRibbonButtonItem.)

BeginGroup

Represents property BeginGroup. (Inherited from TRibbonItem.)

ButtonGroup

Represents property ButtonGroup. (Inherited from TRibbonItem.)

ButtonStyle

Represents property ButtonStyle. (Inherited from TRibbonButtonItem.)

Caption

Represents property Caption. (Inherited from TRibbonItem.)

Checked

Represents property Checked. (Inherited from TRibbonButtonItem.)

CloseMenuOnClick

Represents property CloseMenuOnClick. (Inherited from TRibbonButtonItem.)

Distributed

Represents property Distributed. (Inherited from TRibbonItem.)

DropDownEnabled

Represents property DropDownEnabled. (Inherited from TRibbonButtonItem.)

DropDownMenu

Represents property DropDownMenu. (Inherited from TRibbonButtonItem.)

Enabled

Represents property Enabled. (Inherited from TRibbonItem.)

Glyph

Represents property Glyph. (Inherited from TRibbonItem.)

GroupIndex

Represents property GroupIndex. (Inherited from TRibbonButtonItem.)

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. (Inherited from TRibbonButtonItem.)

GetAction

Represents method GetAction. (Inherited from TRibbonItem.)

GetAllowAllUp

Represents method GetAllowAllUp. (Inherited from TRibbonButtonItem.)

GetBeginGroup

Represents method GetBeginGroup. (Inherited from TRibbonItem.)

GetButtonGroup

Represents method GetButtonGroup. (Inherited from TRibbonItem.)

GetButtonStyle

Represents method GetButtonStyle. (Inherited from TRibbonButtonItem.)

GetCaption

Represents method GetCaption. (Inherited from TRibbonItem.)

GetChecked

Represents method GetChecked. (Inherited from TRibbonButtonItem.)

GetCloseMenuOnClick

Represents method GetCloseMenuOnClick. (Inherited from TRibbonButtonItem.)

GetDistributed

Represents method GetDistributed. (Inherited from TRibbonItem.)

GetDropDownEnabled

Represents method GetDropDownEnabled. (Inherited from TRibbonButtonItem.)

GetDropDownMenu

Represents method GetDropDownMenu. (Inherited from TRibbonButtonItem.)

GetEnabled

Represents method GetEnabled. (Inherited from TRibbonItem.)

GetGlyph

Represents method GetGlyph. (Inherited from TRibbonItem.)

GetGroupIndex

Represents method GetGroupIndex. (Inherited from TRibbonButtonItem.)

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). (Inherited from TRibbonButtonItem.)

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