DesignIntf.IPropertyHost20.GetDropDownWidth

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IPropertyHost20

Delphi

function GetDropDownWidth: Integer;

C++

virtual int __fastcall GetDropDownWidth() = 0 ;

Description

Returns the width of the drop-down control. Call GetDropDownWidth to obtain the width of the custom control that is shown when the property is selected.

See Also