←Select platform

IsMouseWheel Property

Summary

Indicates if this drag operation is originated using the mouse wheel and not a mouse/touch down event.

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

Property Value

true if this drag operation is originated using the mouse wheel and not a mouse/touch down event; otherwise false.

Remarks

If the interactive mode does not support dragging using the mouse wheel, then it must check the value of IsMouseWheel and not start the operation if the value is true.

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