Vcl.ActnMan.TCheckBoxProperties.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth write SetWidth;

C++

__property int Width = {read=FWidth, write=SetWidth, nodefault};

Properties

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

Description

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

Use the Width property to read or change the width of the action client item.

See Also