ToolStripDropDownItem::HideDropDown Method ()

 

Makes a visible ToolStripDropDown hidden.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void HideDropDown()

Use the HideDropDown method to prevent the user from choosing one of the options available on the associated ToolStripDropDown control.

The following code example demonstrates how to hide a ToolStripDropDownItem control when a button is pressed. This code example is part of a larger example provided for the ToolStripDropDownItem class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: