RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbon Class

Implement ribbon control.

Pascal
TRibbon = class(TCustomRibbon);
C++
class TRibbon : public TCustomRibbon;

TRibbon is a TCustomRibbon that implements the ribbon control. Use TRibbon to create a user interface that looks and performs like the Microsoft Fluent User Interface. 

Instead of the tradional user interface where the application has a top level menu, there is no top level menu when using TRibbon. Instead there is an Application Menu, represented by a large round button in the top left corner. Commands are displayed in groups in tabs. These groups are more like toolbars and can display a variety of user interface elements. 

 

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