PresenterControlComboBoxItem.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:
virtual void DocumentCompleteProcessing(SHDocVw::IWebBrowser2 ^ htmlBrowser, mshtml::HTMLDocument ^ thisDocument, System::String ^ frameName, bool mainFrame);
protected virtual void DocumentCompleteProcessing (SHDocVw.IWebBrowser2 htmlBrowser, mshtml.HTMLDocument thisDocument, string frameName, bool mainFrame);
abstract member DocumentCompleteProcessing : SHDocVw.IWebBrowser2 * mshtml.HTMLDocument * string * bool -> unit
override this.DocumentCompleteProcessing : SHDocVw.IWebBrowser2 * mshtml.HTMLDocument * string * bool -> unit
Protected Overridable Sub DocumentCompleteProcessing (htmlBrowser As IWebBrowser2, thisDocument As HTMLDocument, frameName As String, mainFrame As Boolean)
Parameters
- htmlBrowser
- SHDocVw.IWebBrowser2
- thisDocument
- HTMLDocument
- frameName
- String
- mainFrame
- Boolean