ToolStripTextBox::GetCharIndexFromPosition Method (Point)
.NET Framework (current version)
Retrieves the index of the character nearest to the specified location.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- pt
-
Type:
System.Drawing::Point
The location to search.
This method returns the character index that is closest to the position specified in the pt parameter. The character index is a zero-based index of text in the control, including spaces. You can use this method to determine where in the text the user has the mouse over by passing the mouse coordinates to this method. This can be useful if you want to perform tasks when the mouse pointer hovers over a word in the text of the control.
.NET Framework
Available since 2.0
Available since 2.0
Show: