ToolStrip.SetItemLocation(ToolStripItem, Point) Methode

Definition

Verankert ein ToolStripItem-Objekt an einer bestimmten Stelle auf einem ToolStrip-Objekt.

protected public:
 void SetItemLocation(System::Windows::Forms::ToolStripItem ^ item, System::Drawing::Point location);
protected internal void SetItemLocation (System.Windows.Forms.ToolStripItem item, System.Drawing.Point location);
member this.SetItemLocation : System.Windows.Forms.ToolStripItem * System.Drawing.Point -> unit
Protected Friend Sub SetItemLocation (item As ToolStripItem, location As Point)

Parameter

item
ToolStripItem

Das zu verankernde ToolStripItem-Objekt.

location
Point

Ein Point, der die x- und y-Clientkoordinaten der ToolStripItem-Position in Pixel darstellt.

Ausnahmen

Der Wert des item-Parameters ist null.

Der aktuelle ToolStrip ist nicht Besitzer des ToolStripItem, auf das der item-Parameter verweist.

Gilt für