Vcl.Tabs.TTabSet.TabHeight

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

Delphi

property TabHeight: Integer read FOwnerDrawHeight write SetTabHeight default 20;

C++

__property int TabHeight = {read=FOwnerDrawHeight, write=SetTabHeight, default=20};

プロパティ

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

説明

オーナー描画タブセットコントロールのタブの高さを指定します。

Style プロパティの値が tsStandard ならば,TabHeight プロパティの値は無視されます。Style プロパティの値が tsOwnerDraw の場合,TabHeight プロパティはタブの高さになります。

関連項目