Vcl.Forms.TTitleBar.Height

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

Delphi

property Height: Integer read GetHeight write SetHeight default 0;

C++

__property int Height = {read=GetHeight, write=SetHeight, default=0};

プロパティ

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


説明

タイトル バーの高さを取得します。

SystemHeight プロパティを False に設定して、タイトル バーの高さをカスタマイズします。

関連項目