SHDocVw.IWebBrowser2.Set_RegisterAsDropTarget

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Set_RegisterAsDropTarget(pbRegister: WordBool); safecall;

C++

virtual HRESULT __safecall Set_RegisterAsDropTarget(System::WordBool pbRegister) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser2

Description

Sets the value of the RegisterAsDropTarget property.

Set_RegisterAsDropTargetis used to set the value of the RegisterAsDropTarget property.

See Also