Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / IUiaEdit Interface / GetPositionFromCharIndex Method
The char index.

In This Topic
    GetPositionFromCharIndex Method (IUiaEdit)
    In This Topic
    Gets position from char index.
    Syntax
    'Declaration
     
    
    Function GetPositionFromCharIndex( _
       ByVal charIndex As Integer _
    ) As Point
    Point GetPositionFromCharIndex( 
       int charIndex
    )

    Parameters

    charIndex
    The char index.

    Return Value

    Position.
    See Also