SHDocVw.IWebBrowser2.RegisterAsDropTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RegisterAsDropTarget: WordBool read Get_RegisterAsDropTarget write Set_RegisterAsDropTarget;

C++

__property System::WordBool RegisterAsDropTarget = {read=_scw_Get_RegisterAsDropTarget, write=Set_RegisterAsDropTarget};

Properties

Type Visibility Source Unit Parent
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser2

Description

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

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.

See Also