OlDragBehavior Enum

Definition

Specifies the drag behavior of a control.

public enum class OlDragBehavior
[System.Runtime.InteropServices.Guid("25B06F72-02C5-4AF8-8366-28C2C65CB035")]
public enum OlDragBehavior
Public Enum OlDragBehavior
Inheritance
OlDragBehavior
Attributes

Fields

olDragBehaviorDisabled 0

The control does not support drag-and-drop activities. It will always display the "no" cursor when an item is dragged over the control.

olDragBehaviorEnabled 1

The control can support drag-and-drop activities. Use the drag and drop events to control this behavior.

Applies to