Vcl.ActnMan.TControlProperties.LabelWidth

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

Delphi

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

C++

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

プロパティ

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

説明

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

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

関連項目