←Select platform

EnableHold Property

Summary

Indicates whether Hold events should fire.

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

Property Value

true if Hold events should fire; otherwise, it is false. Default value is false.

Remarks

If the value of EnableHold is true, then the service will fire the Hold event if the user clicks and holds the mouse or presses and holds without moving for specific amount of time specified by the HoldDelay property. The Hold event is used usually on touch devices to show a context menu.

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.