←Select platform

TapOnDown Property

Summary

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

Syntax

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

Property Value

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

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