Window..::..AllowDragOut Property

Gets or sets a value indicating whether [allow drag out].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool AllowDragOut { get; set; }
Public Property AllowDragOut As Boolean
	Get
	Set
public:
property bool^ AllowDragOut {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [allow drag out]; otherwise, false.