ToolStripOverflowButton.CreateDefaultDropDown Method

Definition

Creates an empty ToolStripDropDown that can be dropped down and to which events can be attached.

protected:
 override System::Windows::Forms::ToolStripDropDown ^ CreateDefaultDropDown();
protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown ();
override this.CreateDefaultDropDown : unit -> System.Windows.Forms.ToolStripDropDown
Protected Overrides Function CreateDefaultDropDown () As ToolStripDropDown

Returns

A ToolStripDropDown control.

Applies to