Click to return to the Reusing Browser Technology home page    
IWebBrowser2::get_Registe...     IWebBrowser2::get_Resizab...     IWebBrowser2 Interface    
Web Workshop  |  Reusing Browser Technology

IWebBrowser2::get_RegisterAsDropTarget Method


Retrieves a Boolean value that indicates whether the WebBrowser control is registered as a drop target for navigation.

Syntax

HRESULT get_RegisterAsDropTarget(
    VARIANT_BOOL *pbRegister
);

Parameters

pbRegister
Optional. Address of a VARIANT_BOOL structure 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 isn't. The default value is FALSE.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

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