Class AutoScrollReason
Defines the constants that specifies the type of auto scrolling.
Inheritance
System.Object
AutoScrollReason
Namespace: Syncfusion.WinForms.Controls.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class AutoScrollReason : Enum
Fields
MouseDragging
An user has dragged the mouse outside the auto scroll bounds.
Declaration
public const AutoScrollReason MouseDragging
Field Value
| Type |
|---|
| AutoScrollReason |
OleDragOver
An user is moving the mouse over the control during OLE drag-and-drop operation.
Declaration
public const AutoScrollReason OleDragOver
Field Value
| Type |
|---|
| AutoScrollReason |