Vcl.ScreenTips.TScreenTipItem.Height

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

Delphi

property Height: Integer read GetHeight write FHeight;

C++

__property int Height = {read=GetHeight, write=FHeight, nodefault};

プロパティ

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

説明

画面ヒント アイテムの高さ。

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

関連項目