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