GetCharIndexFromPosition Method (C1TextBoxBase)
Retrieves the index of the character nearest to the specified location.
public int GetCharIndexFromPosition(
Point
)
'Declaration
Public Function GetCharIndexFromPosition( _
ByVal As Point _
) As Integer
Parameters
- pt
- The location to search.
Return Value
The zero-based character index at the specified location.