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