RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlElement Class / Document Property

In This Topic
    Document Property (C1HtmlElement)
    In This Topic
    Gets the document that this C1HtmlElement belongs to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Document As C1HtmlDocument
    public C1HtmlDocument Document {get;}
    See Also