Share via


OlDragBehavior Enumeration

Definition

Gibt das Verhalten eines Steuerelements beim Ziehen an.

public enum class OlDragBehavior
[System.Runtime.InteropServices.Guid("25B06F72-02C5-4AF8-8366-28C2C65CB035")]
public enum OlDragBehavior
Public Enum OlDragBehavior
Vererbung
OlDragBehavior
Attribute

Felder

olDragBehaviorDisabled 0

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 1

The control can support drag-and-drop activities. Use the drag and drop events to control this behavior.

Gilt für: