ToolStrip.SetItemLocation(ToolStripItem, Point) Método

Definição

Ancora um ToolStripItem para um local específico em um 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)

Parâmetros

item
ToolStripItem

O ToolStripItem a ser ancorado.

location
Point

Um Point que representa as coordenadas x e y de cliente do local ToolStripItem, em pixels.

Exceções

O valor do parâmetro item é null.

O ToolStrip atual não é o proprietário do ToolStripItem referenciado pelo parâmetro item.

Aplica-se a