Vcl.ActnMan.TCheckBoxProperties.Width

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Width: Integer read FWidth write SetWidth;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCheckBoxProperties

説明

アクション クライアント項目の水平方向のサイズをピクセル単位で指定します。

Width プロパティを使用すると、アクション クライアント項目の幅を読み取りまたは変更できます。

関連項目