←Select platform

HoldDelay Property

Summary

Indicates the delay in milliseconds for the Hold events.

Syntax
C#
C++/CLI
public int HoldDelay { get; set; } 
public:  
   property int HoldDelay 
   { 
      int get() 
      void set(int value) 
   } 

Property Value

The delay in milliseconds for the Hold events. Default value is 1100 (1.1 seconds)

Remarks

Set this property to a large value to increase the amount of time the user must press and hold the mouse (or touch) to fire the Hold event. Similarly, setting this property to a smaller value decreases the amount of the delay.

A value of 0 fires the event instantly.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.