DVAfterEventArgs | Passed to asynchronous AfterEvent, raised in .Net from the original in the browser
|
DVAnchor | Anchor element in the browser DOM
|
DVAttribute | Attribute node in the browser DOM
|
DVBeforeEventArgs | Passed to synchronous BeforeEvent, raised in .Net which can be used to cancel the event in the browser
|
DVBody | Body element in the browser DOM
|
DVButton | Button element in the browser DOM
|
DVCanvas | A canvas element in the browser DOM
|
DVCellList | Collection of table cell elements
|
DVDialog | Dialog element in the browser DOM
|
DVDiv | Div element in the browser DOM
|
DVDocument | Document element in the browser DOM
|
DVDocumentFragment | Document element in the browser DOM
|
DVElement | An Element in the browser DOM
|
DVEvaluateList | Collection of HTML elements returned from an XPath query
|
DVForm | Form element in the browser DOM
|
DVHTMLElement | A HTML element in the browser DOM
|
DVHTMLList | Collection of HTML elements returned by functions such as GetElementsById() or QuerySelectorAll()
|
DVIFrame | Inline frame element in the browser DOM
|
DVImg | Image element in the browser DOM
|
DVInput | An input element in the browser DOM
|
DVLocation | location property in the browser DOM
|
DVNode | Node in the browser DOM
|
DVNodeList | Node list returned by properties such as Node.childNodes
|
DVParagraph | Paragraph (p) element in the browser DOM
|
DVRange | Range interface for creating selections in the DOM
|
DVRowList | Collection of table row elements
|
DVRuleList | Collection of Stylesheet interfaces returned by document.StyleSheets
|
DVSectionList | Collection of table section elements
|
DVSelect | Select element in the browser DOM
|
DVSelection | Selection interface for creating selections in the DOM
|
DVSpan | Span element in the browser DOM
|
DVStyle | Style element in the browser DOM
|
DVStyleProperties | CSS style rule in the browser DOM
|
DVStyleRule | CSS style rule within a stylesheet
|
DVStyleSheet | CSS style sheet in the browser DOM
|
DVStyleSheetList | Collection of Stylesheet interfaces returned by document.StyleSheets
|
DVTabStrip | Toolstrip class for adding browser tabs to a .Net form
|
DVTextArea | Anchor element in the browser DOM
|
DVWindow | Window containing the browser DOM
|
PrintSettings | DOMView2 mapping for CoreWebView2PrintSettings for printing tpo printers and PDF
|