RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbonTabs Class

Collection of information about ribbon pages.

Pascal
TRibbonTabs = class(TOwnedCollection);
C++
class TRibbonTabs : public TOwnedCollection;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!