Table of Contents

Enum DragAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Specifies how and if a drag-and-drop operation should continue.

public enum DragAction

Fields

Cancel = 2

The operation is canceled with no drop message.

Continue = 0

The operation will continue.

Drop = 1

The operation will stop with a drop.