_OlkTextBox.DragBehavior Property
Returns or sets an OlDragBehavior constant that indicates whether the system enables the drag-and-drop feature for this control. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property DragBehavior As OlDragBehavior
Get
Set
'Usage
Dim instance As _OlkTextBox
Dim value As OlDragBehavior
value = instance.DragBehavior
instance.DragBehavior = value
[DispIdAttribute()]
OlDragBehavior DragBehavior { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlDragBehavior
Remarks
The default value is olDragDropDisabled.