ToolStrip::SetItemLocation Method (ToolStripItem^, Point)
.NET Framework (current version)
Anchors a ToolStripItem to a particular place on a ToolStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- item
-
Type:
System.Windows.Forms::ToolStripItem^
The ToolStripItem to anchor.
- location
-
Type:
System.Drawing::Point
A Point representing the x and y client coordinates of the ToolStripItem location, in pixels.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value of the item parameter is null. |
| NotSupportedException | The current ToolStrip is not the owner of the ToolStripItem referred to by the item parameter. |
.NET Framework
Available since 2.0
Available since 2.0
Show: