←Select platform

IsDragMouseWheelEnabled Property

Summary

Indicates whether this mode accepts drag events originated using the mouse wheel.

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

Property Value

true if this accepts drag events originated using the mouse wheel, otherwise; false. Default value is true.

Remarks

For more information, refer to EnableMouseWheel.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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