ToolStripMenuItem::CreateDefaultDropDown Method ()

 

Creates a generic ToolStripDropDown for which events can be defined.

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

protected:
virtual ToolStripDropDown^ CreateDefaultDropDown() override

Return Value

Type: System.Windows.Forms::ToolStripDropDown^

A generic ToolStripDropDown for which can be defined.

The CreateDefaultDropDown method is automatically called if the DropDown property finds no ToolStripDropDown associated with the ToolStripDropDownItem.

.NET Framework
Available since 2.0
Return to top
Show: