GetCharFromPosition Method (C1TextBoxBase)
Retrieves the character that is closest to the specified location within the control.
'Declaration
Public Function GetCharFromPosition( _
ByVal As Point _
) As Char
Parameters
- pt
- The location from which to seek the nearest character.
Return Value
The character at the specified location.