←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly