TRibbonEditItem Class

Represents type TRibbonEditItem.

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

The TRibbonEditItem type exposes the following members.

Show:
 NameDescription
Action

Represents property Action. (Inherited from TRibbonItem.)

BeginGroup

Represents property BeginGroup. (Inherited from TRibbonItem.)

ButtonGroup

Represents property ButtonGroup. (Inherited from TRibbonItem.)

Caption

Represents property Caption. (Inherited from TRibbonItem.)

Distributed

Represents property Distributed. (Inherited from TRibbonItem.)

Enabled

Represents property Enabled. (Inherited from TRibbonItem.)

Glyph

Represents property Glyph. (Inherited from TRibbonItem.)

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.)

GetAction

Represents method GetAction. (Inherited from TRibbonItem.)

GetBeginGroup

Represents method GetBeginGroup. (Inherited from TRibbonItem.)

GetButtonGroup

Represents method GetButtonGroup. (Inherited from TRibbonItem.)

GetCaption

Represents method GetCaption. (Inherited from TRibbonItem.)

GetDistributed

Represents method GetDistributed. (Inherited from TRibbonItem.)

GetEnabled

Represents method GetEnabled. (Inherited from TRibbonItem.)

GetGlyph

Represents method GetGlyph. (Inherited from TRibbonItem.)

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.)

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