C#
VB
C++
Drag operations that can occur.
public DragDropEffects AllowedEffects { get; set; }
Public Property AllowedEffects() As System.Windows.Forms.DragDropEffects
Get
Set
public:
property System::Windows::Forms::DragDropEffects^ AllowedEffects
{
System::Windows::Forms::DragDropEffects^ get()
void set(System::Windows::Forms::DragDropEffects^ value)
}
The drag operations that can occur. Default value is System.Windows.Forms.DragDropEffects.
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