RanorexNetRanorexNet Documentation
AllowDrop Property
NamespacesRanorexControlAllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
Declaration Syntax
C#Visual BasicVisual C++
public bool AllowDrop { get; set; }
Public Property AllowDrop As Boolean
public:
property bool AllowDrop {
	bool get ();
	void set (bool value);
}
Remarks
Supported only in RanorexPro and .NET 2.0.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when the property is not available.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524