←Select platform

IsEnabled Property

Summary

Indicates if inertia scrolling should be used.

Syntax

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

Property Value

true if inertia scrolling should be used, otherwise; false. Default value is false.

Remarks

Set the value of IsEnabled to true to enable inertia scrolling.

Example

For an example, refer to ImageViewerPanZoomInteractiveMode.

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