Share via


PresenterControlComboBoxItem.InjectPageSpecificScripts Method

Definition

protected:
 virtual void InjectPageSpecificScripts(SHDocVw::IWebBrowser2 ^ htmlBrowser, mshtml::HTMLDocument ^ thisDocument, System::String ^ frameName, bool mainFrame);
protected virtual void InjectPageSpecificScripts (SHDocVw.IWebBrowser2 htmlBrowser, mshtml.HTMLDocument thisDocument, string frameName, bool mainFrame);
abstract member InjectPageSpecificScripts : SHDocVw.IWebBrowser2 * mshtml.HTMLDocument * string * bool -> unit
override this.InjectPageSpecificScripts : SHDocVw.IWebBrowser2 * mshtml.HTMLDocument * string * bool -> unit
Protected Overridable Sub InjectPageSpecificScripts (htmlBrowser As IWebBrowser2, thisDocument As HTMLDocument, frameName As String, mainFrame As Boolean)

Parameters

htmlBrowser
SHDocVw.IWebBrowser2
thisDocument
HTMLDocument
frameName
String
mainFrame
Boolean

Applies to