ToolStripDropDownItem::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()

Return Value

Type: System.Windows.Forms::ToolStripDropDown^

The created ToolStripDropDown object.

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: