_OlkTextBox.DragBehavior Property

Definition

Returns or sets an OlDragBehavior constant that indicates whether the system enables the drag-and-drop feature for this control. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::OlDragBehavior DragBehavior { Microsoft::Office::Interop::Outlook::OlDragBehavior get(); void set(Microsoft::Office::Interop::Outlook::OlDragBehavior value); };
public Microsoft.Office.Interop.Outlook.OlDragBehavior DragBehavior { get; set; }
Public Property DragBehavior As OlDragBehavior

Property Value

Remarks

The default value is olDragDropDisabled.

Applies to