←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly