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.