TRibbonItem Class

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

The TRibbonItem type exposes the following members.

Show:
 NameDescription
Action

Represents property Action.

BeginGroup

Represents property BeginGroup.

ButtonGroup

Represents property ButtonGroup.

Caption

Represents property Caption.

Distributed

Represents property Distributed.

Enabled

Represents property Enabled.

Glyph

Represents property Glyph.

Hint

Represents property Hint.

ImageIndex

Represents property ImageIndex.

LargeGlyph

Represents property LargeGlyph.

LargeImageIndex

Represents property LargeImageIndex.

Layout

Represents property Layout.

Position

Represents property Position.

ScreenTip

Represents property ScreenTip.

TabGroup

Represents property TabGroup.

Visible

Represents property Visible.

Top
Show:
 NameDescription
Click

Represents method Click.

GetAction

Represents method GetAction.

GetBeginGroup

Represents method GetBeginGroup.

GetButtonGroup

Represents method GetButtonGroup.

GetCaption

Represents method GetCaption.

GetDistributed

Represents method GetDistributed.

GetEnabled

Represents method GetEnabled.

GetGlyph

Represents method GetGlyph.

GetHint

Represents method GetHint.

GetImageIndex

Represents method GetImageIndex.

GetLargeGlyph

Represents method GetLargeGlyph.

GetLargeImageIndex

Represents method GetLargeImageIndex.

GetLayout

Represents method GetLayout.

GetPosition

Represents method GetPosition.

GetTabGroup

Represents method GetTabGroup.

GetVisible

Represents method GetVisible.

SetDistributed(Boolean)

Represents method SetDistributed(Boolean).

SetLayout(TRibbonItemLayouts)

Represents method SetLayout(TRibbonItemLayouts).

SetOnClick(TRibbonItemNotifyEvent)

Represents method SetOnClick(TRibbonItemNotifyEvent).

SetPosition(TRibbonItemPosition)

Represents method SetPosition(TRibbonItemPosition).

Top
Show:
 NameDescription
OnClick

Represents property OnClick.

Top

TRibbonItem is an abstract base class and can not be instantiated directly.