Input for WinForms | ComponentOne
C1.Win.Accessibility.Items Namespace / IUiaEdit Interface / DocumentRange Property

In This Topic
    DocumentRange Property (IUiaEdit)
    In This Topic
    A text range that encloses the main text of the document. Some auxillary text such as headers, footnotes, or annotations may not be included.
    Syntax
    'Declaration
     
    
    ReadOnly Property DocumentRange As ITextRangeProvider
    ITextRangeProvider DocumentRange {get;}
    See Also