Vcl.ActnMan.TMenuProperties.ShowRichContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowRichContent: Boolean read FShowRichContent write SetShowRichContent default False;

C++

__property bool ShowRichContent = {read=FShowRichContent, write=SetShowRichContent, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TMenuProperties

Description

ShowRichContent specifies whether formatting is used to draw the menu.

Use the ShowRichContent property to set or check whether formatting is used to draw the menu.

See Also