C#
VB
C++
Overrides System.Windows.Forms.Control.AllowDrop.
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
}
true if drag-and-drop operations are allowed in the control; otherwise, false. The default is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET