Share via


_OlkComboBox.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 _OlkComboBox
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.

See Also

Reference

_OlkComboBox Interface

_OlkComboBox Members

Microsoft.Office.Interop.Outlook Namespace