ToolStripDropDownItem::HideDropDown Method ()
.NET Framework (current version)
Makes a visible ToolStripDropDown hidden.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: