DesignIntf.IPropertyHost.CloseDropDown

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure CloseDropDown;

C++

virtual void __fastcall CloseDropDown() = 0 ;

Description

Closes the custom drop-down control for the current property. Call CloseDropDown to terminate the drop-down window under the currently selected property.

See Also