TextBox::GetCharacterIndexFromPoint Method (Point, Boolean)
.NET Framework (current version)
Returns the zero-based index of the character that is closest to the specified point.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- point
-
Type:
System.Windows::Point
A point in TextBox coordinate-space for which to return an index.
- snapToText
-
Type:
System::Boolean
true to return the nearest index if there is no character at the specified point; false to return –1 if there is no character at the specified point.
Return Value
Type: System::Int32The index of the character that is closest to the specified point, or –1 if no valid index can be found.
.NET Framework
Available since 3.0
Available since 3.0
Show: