Vcl.Ribbon.TRibbonTabs

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTRibbonTabs

Delphi

TRibbonTabs = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TRibbonTabs : public System::Classes::TOwnedCollection

Properties

Type Visibility Source Unit Parent
class public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon Vcl.Ribbon

Description

Collection of information about ribbon pages.

TRibbonTabs is a collection that maintains information about ribbon pages, their captions and keytip values.

The ribbon control can support many user selectable tabs. The TRibbonTabs object stores all tabs and tab specific values associated with the tab. TRibbonTabs also performs the calculations needed to determine if the tabs can fit in the user displayed area and, if not, performs the resizing of the tabs.