Vcl.ActnMan.TMenuProperties.Content

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Content: TStrings read FContent write SetContent;

C++

__property System::Classes::TStrings* Content = {read=FContent, write=SetContent};

Properties

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

Description

Lists the menu items displayed by an action client item on a ribbon group.

Use the Content property to add, modify or remove items that will be shown on a ribbon group in a menu.

See Also