[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1TextBoxBase.GetPositionFromCharIndex

GetPositionFromCharIndex Method

GetPositionFromCharIndex(int)

Retrieves the location within the control at the specified character index.

Declaration
public Point GetPositionFromCharIndex(int index)
Parameters
Type Name Description
int index

The index of the character for which to retrieve the location.

Returns
Type Description
Point

The location of the specified character within the client rectangle of the control.

Implements