SHDocVw.TWebBrowser.RegisterAsDropTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RegisterAsDropTarget: WordBool index 553 read GetWordBoolProp write SetWordBoolProp stored False;

C++

__property System::WordBool RegisterAsDropTarget = {read=GetWordBoolProp, write=SetWordBoolProp, stored=false, index=553, nodefault};

Properties

Type Visibility Source Unit Parent
property published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

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

Set RegisterAsDropTarget to true to allow users to drop HTML documents onto the Web browser. When RegisterAsDropTarget is true, users can load a document by dragging it onto the Web browser. When RegisterAsDropTarget is false, dragging a document onto the Web browser has no effect.

See Also