OlDragBehavior Enumeration
Specifies the drag behavior of a control.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("25B06F72-02C5-4AF8-8366-28C2C65CB035")> _
Public Enumeration OlDragBehavior
'Usage
Dim instance As OlDragBehavior
[GuidAttribute("25B06F72-02C5-4AF8-8366-28C2C65CB035")]
public enum OlDragBehavior
Members
Member name | Description | |
---|---|---|
olDragBehaviorDisabled | 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 | The control can support drag-and-drop activities. Use the drag and drop events to control this behavior. |