Vcl.ComCtrls.TCustomComboBoxEx.GetItemHt
Delphi
function GetItemHt: Integer; override;
C++
virtual int __fastcall GetItemHt();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomComboBoxEx |
Description
Returns the height, in pixels, allocated for each item in the drop-down list.
Extended combo boxes do not support variable-height items. For this reason, TCustomComboBoxEx overrides the GetItemHt method so that it always returns 16.