Microsoft SDK for Java

setRegisterAsDropTarget

This method of the IWebBrowser2 interface sets a value indicating whether the WebBrowser control is registered as a drop target for navigation.

Syntax

public void setRegisterAsDropTarget(boolean Register);

Parameters

Register Determines whether Internet Explorer is registered as a drop target for navigation. If TRUE, the WebBrowser is registered as a drop target; if FALSE, it is not a drop target. The default value is FALSE.

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