←Select platform

DropCopyKeyState Property

Summary

Modifier key used to initiate a copy drop operation

Syntax

C#
VB
C++
public virtual Keys DropCopyKeyState { get; set; } 
Public Overridable Property DropCopyKeyState() As System.Windows.Forms.Keys 
   Get 
   Set 
public:  
   virtual property System::Windows::Forms::Keys^ DropCopyKeyState 
   { 
      System::Windows::Forms::Keys^ get() 
      void set(System::Windows::Forms::Keys^ value) 
   } 

Property Value

The key modifier used to initiate a copy drop operation. Default value is System.Windows.Forms.Keys.

Remarks

For more information refer to Image Viewer Drag and Drop.

Example

For an example on using the image viewer as the target for a drag/drop operation, refer to ItemDragDrop.

For an example on using the image viewer as the source of a drag/drop operation, 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