IWindowsFormsEditorService.CloseDropDown Method

Definition

Closes any previously opened drop down control area.

public:
 void CloseDropDown();
public void CloseDropDown ();
abstract member CloseDropDown : unit -> unit
Public Sub CloseDropDown ()

Remarks

This method closes the drop down container area for a control that has been shown using the DropDownControl method, and releases the drop down container's reference to the control.

Applies to