ToolStrip::GetItemAt Method (Point)
.NET Framework (current version)
Returns the item located at the specified point in the client area of the ToolStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- point
-
Type:
System.Drawing::Point
The System.Drawing::Point at which to search for the ToolStripItem.
Return Value
Type: System.Windows.Forms::ToolStripItem^The ToolStripItem at the specified location, or null if the ToolStripItem is not found.
.NET Framework
Available since 2.0
Available since 2.0
Show: