DesignIntf.IPropertyHost.CloseDropDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseDropDown;

C++

virtual void __fastcall CloseDropDown() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IPropertyHost

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