ToolStrip.SetItemLocation(ToolStripItem, Point) Méthode

Définition

Ancre un ToolStripItem à une place particulière sur un ToolStrip.

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)

Paramètres

item
ToolStripItem

ToolStripItem à ancrer.

location
Point

Point représentant les coordonnées clientes x et y de l'emplacement ToolStripItem, en pixels.

Exceptions

La valeur du paramètre item est null.

Le ToolStrip actuel n'est pas le propriétaire du ToolStripItem auquel fait référence le paramètre item.

S’applique à