Vcl.StdCtrls.TCustomComboBox.GetItemHt

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

Delphi

function GetItemHt: Integer; override;

C++

virtual int __fastcall GetItemHt();

プロパティ

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

説明

ItemHeight プロパティの値を返します。

GetItemHt メソッドは,ItemHeight プロパティのプロテクト読み出し実装です。

関連項目