TRibbonItemCollection Class

Represents type TRibbonItemCollection.

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

The TRibbonItemCollection type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
Add(TClass)

Represents method Add(TClass).

Clear

Represents method Clear.

Delete(Integer)

Represents method Delete(Integer).

GetCount

Represents method GetCount.

GetItem(Integer)

Represents method GetItem(Integer).

Insert(Integer,TClass)

Represents method Insert(Integer,TClass).

Top