GetPositionFromCharIndex Method (C1TextBoxBase)
In This Topic
Retrieves the location within the control at the specified character index.
Syntax
'Declaration
Public Function GetPositionFromCharIndex( _
ByVal As Integer _
) As Point
public Point GetPositionFromCharIndex(
int
)
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