Vcl.RibbonActnCtrls.TRibbonRichContentItem

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.RibbonActnCtrls.TRibbonMenuItemVcl.ActnMenus.TCustomMenuItemVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentTRibbonRichContentItem

Delphi

TRibbonRichContentItem = class(TRibbonMenuItem)

C++

class PASCALIMPLEMENTATION TRibbonRichContentItem : public TRibbonMenuItem

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.

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.