Vcl.ScreenTips.TScreenTipItem.Width

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

Delphi

property Width: Integer read FWidth write FWidth;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

説明

画面ヒント アイテムの幅。

Width を使用すると、画面ヒント アイテムの幅を設定することができます。 Width は、画面ヒントのポップアップ ウィンドウを描画する際に使用されます。

関連項目