←Select platform

Effect Property

Summary

Current drop effect.

Syntax

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

Property Value

The current drop effect. Default value is None.

Remarks

Change the value of this property to update UI (mouse cursor). Set it to None to disable dropping.

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