ToolStripDropDownItem::ShowDropDown Method ()

 

Displays the ToolStripDropDownItem control associated with this ToolStripDropDownItem.

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

public:
void ShowDropDown()

Exception Condition
InvalidOperationException

The ToolStripDropDownItem is the same as the parent ToolStrip.

Use the ShowDropDown method to display the drop-down controls that have been set by the DropDown property.

The following code example demonstrates how to show 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: