Vcl.ActnMan.TControlProperties.LabelWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LabelWidth: Integer read FLabelWidth write SetLabelWidth default -1;

C++

__property int LabelWidth = {read=FLabelWidth, write=SetLabelWidth, default=-1};

Properties

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

Description

Specifies the horizontal size of the label in an action client item in pixels.

Use the LabelWidth property to read or change the width of the label in an action client item.

See Also