TRibbonTab Class

Represents type TRibbonTab.

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

The TRibbonTab type exposes the following members.

Show:
 NameDescription
Active

Represents property Active.

Caption

Represents property Caption.

Groups

Represents property Groups.

Index

Represents property Index.

Name

Represents property Name.

Visible

Represents property Visible.

Top
Show:
 NameDescription
Activate

Represents method Activate.

GetActive

Represents method GetActive.

GetCaption

Represents method GetCaption.

GetGroups

Represents method GetGroups.

GetIndex

Represents method GetIndex.

GetName

Represents method GetName.

GetVisible

Represents method GetVisible.

SetCaption(String)

Represents method SetCaption(String).

SetIndex(Integer)

Represents method SetIndex(Integer).

SetName(String)

Represents method SetName(String).

SetVisible(Boolean)

Represents method SetVisible(Boolean).

Top