Skip to main content
.NET Framework Class Library
ToolStrip..::.SetItemLocation Method

Anchors a ToolStripItem to a particular place on a ToolStrip.

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Syntax
Protected Friend Sub SetItemLocation ( _
	item As ToolStripItem, _
	location As Point _
)
protected internal void SetItemLocation(
	ToolStripItem item,
	Point location
)
protected public:
void SetItemLocation(
	ToolStripItem^ item, 
	Point location
)
member SetItemLocation : 
        item:ToolStripItem * 
        location:Point -> unit 

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.
Exceptions
ExceptionCondition
ArgumentNullException

The value of the item parameter is nullNothingnullptra null reference (Nothing in Visual Basic).

NotSupportedException

The current ToolStrip is not the owner of the ToolStripItem referred to by the item parameter.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.