←Select platform

IsTouch Property

Summary

Indicates whether the native event was created by a touch gesture.

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

Property Value

A boolean indicating whether the interaction was created by touch instead of a pointer or key.

Requirements

Target Platforms

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

Leadtools.Controls Assembly