WebBrowserComboBoxItem.DocumentCompleteProcessing Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
override void DocumentCompleteProcessing(SHDocVw::IWebBrowser2 ^ htmlBrowser, mshtml::HTMLDocument ^ thisDocument, System::String ^ frameName, bool mainFrame);
protected override void DocumentCompleteProcessing (SHDocVw.IWebBrowser2 htmlBrowser, mshtml.HTMLDocument thisDocument, string frameName, bool mainFrame);
override this.DocumentCompleteProcessing : SHDocVw.IWebBrowser2 * mshtml.HTMLDocument * string * bool -> unit
Protected Overrides Sub DocumentCompleteProcessing (htmlBrowser As IWebBrowser2, thisDocument As HTMLDocument, frameName As String, mainFrame As Boolean)
Parameters
- htmlBrowser
- SHDocVw.IWebBrowser2
- thisDocument
- HTMLDocument
- frameName
- String
- mainFrame
- Boolean