TextBox.GetCharacterIndexFromPoint Method
.NET Framework 4.5
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.