Class MouseControllerDispatcher.SuspendState
The SupspendState of the MouseControllerDispatcher object when CancelMode() was called.
Inheritance
System.Object
MouseControllerDispatcher.SuspendState
Namespace: Syncfusion.Windows.Controls.Scroll
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
protected class SuspendState : Object
Constructors
SuspendState(MouseControllerDispatcher)
Initializes a new instance of the MouseControllerDispatcher.SuspendState class.
Declaration
public SuspendState(MouseControllerDispatcher mc)
Parameters
Type | Name | Description |
---|---|---|
MouseControllerDispatcher | mc | The MouseControllerDispatcher. |
Methods
Restore()
Restores the state for the MouseControllerDispatcher.
Declaration
public virtual void Restore()