Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / IUiaEdit Interface / GetCharIndexFromPosition Method
The position.

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

    Parameters

    point
    The position.

    Return Value

    Char index.
    See Also