Share via


PresenterControlComboboxItem2.DocumentCompleteProcessing Method

Definition

public:
 virtual void DocumentCompleteProcessing(Microsoft::Uii::Csr::Browser::Web::IWebBrowser2 ^ htmlBrowser, mshtml::HTMLDocument ^ thisDocument, System::String ^ frameName, bool mainFrame);
public virtual void DocumentCompleteProcessing (Microsoft.Uii.Csr.Browser.Web.IWebBrowser2 htmlBrowser, mshtml.HTMLDocument thisDocument, string frameName, bool mainFrame);
abstract member DocumentCompleteProcessing : Microsoft.Uii.Csr.Browser.Web.IWebBrowser2 * mshtml.HTMLDocument * string * bool -> unit
override this.DocumentCompleteProcessing : Microsoft.Uii.Csr.Browser.Web.IWebBrowser2 * mshtml.HTMLDocument * string * bool -> unit
Public Overridable Sub DocumentCompleteProcessing (htmlBrowser As IWebBrowser2, thisDocument As HTMLDocument, frameName As String, mainFrame As Boolean)

Parameters

htmlBrowser
IWebBrowser2
thisDocument
HTMLDocument
frameName
String
mainFrame
Boolean

Applies to