Vcl.ActnMan.TGalleryProperties.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 TGalleryProperties

Description

ShowRichContent specifies whether formatting is used to draw the gallery.

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

See Also