alexa

    Show / Hide Table of Contents

    Interface ISupportIntelliMouse

    Provides a property that lets you toggle support for Intelli-Mouse panning.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface ISupportIntelliMouse

    Properties

    EnableIntelliMouse

    Toggles support for Intelli-Mouse panning. When the user presses the middle mouse button and drags the mouse, the window will scroll.

    Declaration
    bool EnableIntelliMouse { get; set; }
    Property Value
    Type
    System.Boolean
    Remarks

    The latest Intelli-Mouse drivers have also built-in

    Back to top Generated by DocFX