DesignIntf.IPropertyHost.CloseDropDown

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure CloseDropDown;

C++

virtual void __fastcall CloseDropDown() = 0 ;

プロパティ

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


説明

現在のプロパティに対する、カスタム ドロップダウン コントロールを閉じます。CloseDropDown を呼び出すと、現在選択されているプロパティの下にある、ドロップダウン ウィンドウを終了させます。

関連項目