←Select platform

DragStartsOnDown Property

Summary

Indicates whether DragStarted events should fire on mouse or touch down.

Syntax

C#
VB
C++
public bool DragStartsOnDown { get; set; } 
Public Property DragStartsOnDown() As Boolean 
   Get 
   Set 
public:  
   property bool DragStartsOnDown 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if DragStarted events should fire on mouse or touch down; otherwise, it is false (DragStarted events will fire on mouse or touch up). Default value is true.

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