ToolStripDropDown.Location Property

Definition

This property is not relevant to this class.

public:
 property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Point Location { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Location : System.Drawing.Point with get, set
Public Property Location As Point

Property Value

The coordinates of the upper-left corner of the control relative to the upper-left corner of its container.

Attributes

Remarks

This property is not relevant to this class.

Applies to