DesignIntf.IPropertyHost20.GetDropDownWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDropDownWidth: Integer;

C++

virtual int __fastcall GetDropDownWidth() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IPropertyHost20

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