ToolStrip.SetItemLocation(ToolStripItem, Point) 方法

定义

ToolStripItem 锚定到 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)

参数

item
ToolStripItem

要锚定的 ToolStripItem

location
Point

一个 Point,表示 ToolStripItem 位置的 x 和 y 工作区坐标(以像素为单位)。

例外

item 参数的值为 null

当前 ToolStrip 不是 item 参数引用的 ToolStripItem 的所有者。

适用于