System.Windows.Forms.ToolStripDropDown.Show Method

Positions the System.Windows.Forms.ToolStripDropDown relative to the specified control location and with the specified direction relative to the parent control.

Syntax

public void Show (System.Drawing.Point position, ToolStripDropDownDirection direction)

Parameters

position
The horizontal and vertical location of the reference control's upper-left corner, in pixels.
direction
One of the System.Windows.Forms.ToolStripDropDownDirection values.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0