WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IntelliMouseDragScrollEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IntelliMouseDragScrollEventArgs

    Provides data for the DragScroll event of an IntelliMouseDragScroll object.

    Inheritance
    System.Object
    IntelliMouseDragScrollEventArgs
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class IntelliMouseDragScrollEventArgs : CancelEventArgs

    Constructors

    IntelliMouseDragScrollEventArgs(Int32, Int32)

    Initializes a new instance of the IntelliMouseDragScrollEventArgs class.

    Declaration
    public IntelliMouseDragScrollEventArgs(int dx, int dy)
    Parameters
    Type Name Description
    System.Int32 dx

    The distance in pixels the mouse pointer has been moved horizontally.

    System.Int32 dy

    The distance in pixels the mouse pointer has been moved vertically.

    Properties

    DX

    Gets / sets the distance in pixels the mouse pointer has been moved horizontally.

    Declaration
    public int DX { get; set; }
    Property Value
    Type Description
    System.Int32

    DY

    Gets / sets the distance in pixels the mouse pointer has been moved vertically.

    Declaration
    public int DY { get; set; }
    Property Value
    Type Description
    System.Int32

    Scrolled

    Set this to True if you scrolled and do not want default scrolling behavior.

    Declaration
    public bool Scrolled { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved