ToolStrip.SetItemLocation(ToolStripItem, Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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 的所有者。