API:Vcl.RibbonActnCtrls.TRibbonRichContentMainMenuItem
Delphi
TRibbonRichContentMainMenuItem = class(TRibbonRichContentItem)
C++
class PASCALIMPLEMENTATION TRibbonRichContentMainMenuItem : public TRibbonRichContentItem
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Vcl.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | Vcl.RibbonActnCtrls |
Description
RichContent item used in the application menu.
Vcl.RibbonActnCtrls.TRibbonRichContentMainMenuItem inherits from Vcl.RibbonActnCtrls.TRibbonRichContentItem. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonRichContentItem.
RichContent item used in the application menu.
TRibbonRichContentItem objects are used in the application menu. They have a bolded caption and a few lines of text below. They appear when the action's CommandStyle is set to csMenu, and a ShowRichContent property follows in the CommandProperties list of properties. The content TStrings property is used for actually adding content to the menu item.