Whether files can be dropped onto the control from other Windows applications, such as File Explorer or Web Browsers.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public override bool AllowDrop { get; set; }
Public Overrides Property AllowDrop As Boolean
	Get
	Set
public:
virtual property bool AllowDrop {
	bool get () override;
	void set (bool value) override;
}

See Also