Specifies whether the system enables the drag-and-drop feature for a TextBox or ComboBox.
Syntax
object.DragBehavior [=DragBehavior]
The DragBehavior property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
DragBehavior | Optional. Specifies whether the drag-and-drop feature is enabled. |
Settings
The settings for DragBehavior are:
Value | Description |
---|---|
0 | Does not allow a drag-and-drop action (default). |
1 | Allows a drag-and-drop action. |
Remarks
If the DragBehavior property is enabled, dragging in a text box or combo box starts a drag-and-drop operation on the selected text. If DragBehavior is disabled, dragging in a text box or combo box selects text.
The drop-down portion of a ComboBox does not support drag-and-drop processes, nor does it support selection of list items within the text.
DragBehavior has no effect on a ComboBox whose Style property is set to 2.
Note You can combine the effects of the EnterFieldBehavior property and DragBehavior to create a large number of text box styles.