Vcl.ComCtrls.TCustomComboBoxEx.GetItemHt

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

Delphi

function GetItemHt: Integer; override;

C++

virtual int __fastcall GetItemHt();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

説明

ドロップダウンリストの各項目に割り当てられた高さ(ピクセル単位)を返します。

高さが可変の項目をサポートしていません。このため,TCustomComboBoxEx オブジェクトは,GetItemHt メソッドをオーバーライドして常に 16 を返します。

関連項目