CADability dotNET
Gets or sets a flag which controls the dragging from this view, whether this view may be a source to DragAndDrop.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool AllowDrag { get; set; }
Visual Basic
Public Property AllowDrag As Boolean
	Get
	Set
Visual C++
public:
virtual property bool AllowDrag {
	bool get () sealed;
	void set (bool value) sealed;
}

See Also