Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / GetPositionFromCharIndex Method
The index of the character for which to retrieve the location.

In This Topic
    GetPositionFromCharIndex Method (C1TextBox)
    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
    public Point GetPositionFromCharIndex( 
       int index
    )

    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