NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IWinFormsEditorService.CloseDropDown

Closes a previously opened <span id="frameworks:drop_down" class ="gp">drop down</span> list.

[Visual Basic]
Sub CloseDropDown()
[C#]
void CloseDropDown();
[C++]
void CloseDropDown() = 0;
[JScript]
function CloseDropDown();

Remarks

This method should be called by the drop down when the user does something that should close it.

See Also

IWinFormsEditorService Interface | IWinFormsEditorService Members | System.WinForms.Design Namespace