ToolStripDropDownItem.DropDownLocation Property

Definition

Gets the screen coordinates, in pixels, of the upper-left corner of the ToolStripDropDownItem.

protected public:
 virtual property System::Drawing::Point DropDownLocation { System::Drawing::Point get(); };
protected internal virtual System.Drawing.Point DropDownLocation { get; }
member this.DropDownLocation : System.Drawing.Point
Protected Friend Overridable ReadOnly Property DropDownLocation As Point

Property Value

A Point representing the x and y screen coordinates, in pixels.

Applies to