ActnMan.TControlProperties.Text

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From ActnMan.pas

	property Text: string read FText write SetText;


Unit: ActnMan

Type: property

Visibility: published

Member Of: TControlProperties

C++ Information

From ActnMan.hpp

	__property System::UnicodeString Text = {read=FText,write=SetText};


Unit: ActnMan

Type: property

Visibility: public

Member Of: TControlProperties

Description

Contains a text label associated with the attached control.


Use the Text property to set or check the associated text label displayed on the action client item on a ribbon group.

See Also

Personal tools
Translations
Newest Version