Vcl.ComCtrls.TToolButton.Width

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

Delphi

property Width stored IsWidthStored;

C++

__property Width = {stored=IsWidthStored};

プロパティ

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

説明

コントロールまたはフォームの水平サイズをピクセル単位で指定します。

Vcl.ComCtrls.TToolButton.Width は Vcl.Controls.TControl.Width を継承しています。以下の内容はすべて Vcl.Controls.TControl.Width を参照しています。

コントロールまたはフォームの水平サイズをピクセル単位で指定します。

Width プロパティを使用すると,コントロールの幅を取得または変更できます。

メモ:  TabSheet コントロールの場合,実行時にこのプロパティを変更しても無効です。

関連項目