OlDragBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |