ToolStrip.SetItemLocation(ToolStripItem, Point) メソッド

定義

ToolStripItemToolStrip 上の特定の位置に固定します。

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)

パラメーター

item
ToolStripItem

固定する ToolStripItem

location
Point

ToolStripItem 位置の x および y クライアント座標をピクセル単位で表すPoint

例外

item パラメーターの値が null です。

現在の ToolStrip が、item パラメーターで参照される ToolStripItem の所有者ではありません。

適用対象