PresenterControlComboBoxItem.DocumentCompleteProcessing Method

Definition

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

Applies to