Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::get_RegisterAsBrowser Next Topic: IWebBrowser2::get_Resizable |
IWebBrowser2::get_RegisterAsDropTarget
HRESULT get_RegisterAsDropTarget( VARIANT_BOOL FAR* pbRegister );Returns 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.
- pbRegister
- Optional. A Boolean expression that determines whether 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.