(Leadtools.Controls)

DragStartsOnDown Property

Show in webframe





Gets or sets a value that indicates whether DragStarted events should fire on mouse or touch down.
Syntax
public bool DragStartsOnDown {get; set;}
Public Property DragStartsOnDown As Boolean
public bool DragStartsOnDown {get; set;}

            

            
 
get_DragStartsOnDown();
set_DragStartsOnDown(value);
Object.defineProperty('DragStartsOnDown');

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). The default value is true.
Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.