RegisterAsDropTarget Property
Sets or gets a value that indicates whether the object is registered as a drop target for navigation.
Syntax
object.RegisterAsDropTarget(bRegister) [ = bRegister ]
Possible Values
bRegister Boolean that specifies or receives one of the following values: falseDefault. Object is not registered as a drop target.trueObject is registered as a drop target.The property is read/write. The property has no default value.
Remarks
A drop target is an object that has been registered to accept data from a drag-and-drop operation.
The WebBrowser object delegates this method to the top-level frame. If no frame exists, it returns E_FAIL.
Applies To
InternetExplorer, WebBrowser