Gets the allowed effects.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public DragDropEffects AllowedEffects { get; }
Visual Basic
Public ReadOnly Property AllowedEffects As DragDropEffects
	Get
Visual C++
public:
property DragDropEffects AllowedEffects {
	DragDropEffects get ();
}
F#
member AllowedEffects : DragDropEffects with get

Property Value

Type: DragDropEffects
The allowed effects.

See Also