NativeWindowToNativeBrowser - web automation method
Not available in Open Twebst edition!
Internet Explorer automation method that returns a native Internet Explorer browser object ( IWebBrowser2 )
from a native window object ( IHTMLWindow2 ).
Applies to:
- Core
var nativeBrowser = coreObj.NativeWindowToNativeBrowser(nativeWindow);
Arguments:
-
-
nativeWindow
is the native IHTMLWindow2 window object to be converted to a native IWebBrowser2 browser.
Remarks:
-
This Internet Explorer automation method may return null (for example in case of HTML modal/modeless dialog boxes).
Converting a IHTMLWindow2 to a IWebBrowser2 may prove useful for BHO/IE extensions and MSHTML programming.
Example:
None.
See also:
- AttachToNativeBrowser | AttachToNativeFrame | Core | nativeBrowser | nativeFrame | NativeWindowToNativeDocument
©
2014 CodeCentrix Software. All rights reserved.