System.Windows.Forms.ToolStrip.GetItemAt Method

Returns the item located at the specified point in the client area of the System.Windows.Forms.ToolStrip.

Syntax

public ToolStripItem GetItemAt (System.Drawing.Point point)

Parameters

point
The System.Drawing.Point at which to search for the System.Windows.Forms.ToolStripItem.

Returns

The System.Windows.Forms.ToolStripItem at the specified location, or null if the System.Windows.Forms.ToolStripItem is not found.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0