RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebBrowser2.RegisterAsDropTarget Property

Specifies whether users can load a document using the drag-and-drop operation.

Pascal
property RegisterAsDropTarget: WordBool;
C++
__property WordBool RegisterAsDropTarget;

Set RegisterAsDropTarget to True to allow users drop HTML documents onto the Web browser. When RegisterAsDropTarget is True, users can load a document by dragging it onto the component, otherwise dragging and dropping has no effect. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!