Retrieves the character closest to the specified point.
public char getCharFromPosition( Point pt )
pt
A Point object that specifies the location from which to seek the nearest character.
Returns the character closest to the specified point. If the specified point lies outside the area of the control, the last character in the control is returned.