RAD Studio VCL Reference
|
Returns the height, in pixels, allocated for each item in the drop-down list.
function GetItemHt: Integer; override;
virtual __fastcall int GetItemHt();
Extended combo boxes do not support variable-height items. For this reason, TCustomComboBoxEx overrides the GetItemHt method so that it always returns 16.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|