Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / UiaEdit Class / RangeFromPoint Method

In This Topic
    RangeFromPoint Method (UiaEdit)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function RangeFromPoint( _
       ByVal screenLocation As Point _
    ) As ITextRangeProvider
    public ITextRangeProvider RangeFromPoint( 
       Point screenLocation
    )

    Parameters

    screenLocation
    See Also