menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollControllMouseControllerDispatcher - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScrollControllMouseControllerDispatcher

    ScrollControllMouseControllerDispatcher is a specialized version of MouseControllerDispatcher that automatically wires itself up with a ScrollControl.

    Inheritance
    System.Object
    NonFinalizeDisposable
    MouseControllerDispatcher
    ScrollControllMouseControllerDispatcher
    Implements
    System.IDisposable
    System.Collections.IEnumerable
    Inherited Members
    MouseControllerDispatcher.ActiveController
    MouseControllerDispatcher.ActiveControllerChanged
    MouseControllerDispatcher.Add(IMouseController)
    MouseControllerDispatcher.AllowDoubleClickTimer
    MouseControllerDispatcher.Contains(IMouseController)
    MouseControllerDispatcher.DisplayCursor
    MouseControllerDispatcher.Find(String)
    MouseControllerDispatcher.HitTest(Point)
    MouseControllerDispatcher.HitTest(Point, MouseButtons)
    MouseControllerDispatcher.HitTest(Point, MouseButtons, IMouseController)
    MouseControllerDispatcher.HitTest(Point, MouseButtons, Int32, IMouseController)
    MouseControllerDispatcher.IEnumerable.GetEnumerator()
    MouseControllerDispatcher.LastHitTestCode
    MouseControllerDispatcher.MouseHoverController
    MouseControllerDispatcher.OnActiveControllerChanged(EventArgs)
    MouseControllerDispatcher.OnTrackMouseChanged(EventArgs)
    MouseControllerDispatcher.Owner
    MouseControllerDispatcher.ProcessCancelMode()
    MouseControllerDispatcher.ProcessMouseDown(MouseEventArgs)
    MouseControllerDispatcher.ProcessMouseMove(MouseEventArgs)
    MouseControllerDispatcher.ProcessMouseUp(MouseEventArgs)
    MouseControllerDispatcher.Remove(IMouseController)
    MouseControllerDispatcher.ResetTrackMouse()
    MouseControllerDispatcher.SetMouseHoverController(IMouseController, EventArgs)
    MouseControllerDispatcher.ToString()
    MouseControllerDispatcher.TrackMouse
    MouseControllerDispatcher.TrackMouseChanged
    NonFinalizeDisposable.Dispose()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ScrollControllMouseControllerDispatcher : MouseControllerDispatcher, IDisposable, IEnumerable
    Remarks

    If the control that MouseControllerDispatcher should be associated with is derived from ScrollControl, you should use ScrollControllMouseControllerDispatcher because it will automatically hook itself up with mouse events from ScrollControl.

    No initialization is necessary.

    You can register MouseControllers with:

    resizeCellsController = new GridResizeCellsMouseController(this);
    MouseControllerDispatcher.Add(resizeCellsController);

    See ScrollControl.MouseControllerDispatcher property.

    Constructors

    ScrollControllMouseControllerDispatcher(ScrollControl)

    Initializes a ScrollControllMouseControllerDispatcher object and associates it with a ScrollControl.

    Declaration
    public ScrollControllMouseControllerDispatcher(ScrollControl owner)
    Parameters
    Type Name Description
    ScrollControl owner

    The ScrollControl this object is associated with.

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    MouseControllerDispatcher.Dispose(Boolean)

    Implements

    System.IDisposable
    System.Collections.IEnumerable

    Extension Methods

    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved