[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1TextBoxBase.GetCharFromPosition

GetCharFromPosition Method

GetCharFromPosition(Point)

Retrieves the character that is closest to the specified location within the control.

Declaration
public char GetCharFromPosition(Point pt)
Parameters
Type Name Description
Point pt

The location from which to seek the nearest character.

Returns
Type Description
char

The character at the specified location.

Implements