C1.Win.Input.Base Namespace / C1TextBoxBase Class / GetPositionFromCharIndex Method
The index of the character for which to retrieve the location.

In This Topic
GetPositionFromCharIndex Method (C1TextBoxBase)
In This Topic
Retrieves the location within the control at the specified character index.
Syntax
'Declaration
 
Public Function GetPositionFromCharIndex( _
   ByVal index As Integer _
) As Point
 

Parameters

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

Return Value

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