DesignIntf.IPropertyHost20.GetDropDownWidth

提供:RAD Studio API Documentation

Delphi

function GetDropDownWidth: Integer;

C++

virtual int __fastcall GetDropDownWidth() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IPropertyHost20


説明

ドロップダウン コントロールの幅を返します。GetDropDownWidth を呼び出すと、プロパティが選択された際に表示されるカスタム コントロールの幅を取得することができます。

関連項目