TCnWebBrowser.Document Property

Gets an HtmlDocument representing the Web page currently displayed in the TCnWebBrowser control.

Namespace: CNClrLib.Control.WebBrowser
public
 property Document: _HtmlDocument read GetDocument;

Property Value

 

Use this property when you want to access the contents of a Web page displayed in the WebBrowser control through the HTML document object model (DOM). This is useful, for example, when you want to use Web-based controls in your Windows Forms application.