←Select platform

AllowedEffects Property

Summary

Drag operations that can occur.

Syntax
C#
VB
C++
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) 
   } 

Property Value

The drag operations that can occur. Default value is System.Windows.Forms.DragDropEffects.

Example

For an example, refer to ImageViewerDragInteractiveMode.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.