C#
VB
C++
Current drop effect.
public DragDropEffects Effect { get; set; }
Public Property Effect() As System.Windows.Forms.DragDropEffects
Get
Set
public:
property System::Windows::Forms::DragDropEffects^ Effect
{
System::Windows::Forms::DragDropEffects^ get()
void set(System::Windows::Forms::DragDropEffects^ value)
}
The current drop effect. Default value is None.
Change the value of this property to update UI (mouse cursor). Set it to None to disable dropping.
For an example, refer to ImageViewerDragInteractiveMode.
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