Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::put_RegisterAsBrowser Next Topic: IWebBrowser2::put_Resizable |
IWebBrowser2::put_RegisterAsDropTarget
HRESULT put_RegisterAsDropTarget( VARIANT_BOOL bRegister );Sets a value indicating whether the WebBrowser control is registered as a drop target for navigation.
- Returns S_OK if successful, or an OLE-defined error code otherwise.
- bRegister
- Optional. A Boolean expression that determines if the object is registered as a drop target for navigation. If TRUE, the object is registered as a drop target; if FALSE, it is not a drop target. The default value is FALSE.
Applies To
WebBrowser, Internet Explorer
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.