Microsoft SDK for Java

setRegisterAsBrowser

This method of the InternetExplorer class sets a value indicating whether the WebBrowser control is registered as a top-level browser for target name resolution.

Syntax

public native void setRegisterAsBrowser(boolean Register);

Parameters

Register Determines whether Microsoft® Internet Explorer is registered as a top-level browser. If TRUE, the WebBrowser is registered as a top-level browser; if FALSE, it is not a top-level browser. The default value is FALSE.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.