Gets or sets the allowed effects.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public DragDropEffects AllowedEffects { get; set; } |
Visual Basic |
---|
Public Property AllowedEffects As DragDropEffects
Get
Set |
Visual C++ |
---|
public:
property DragDropEffects AllowedEffects {
DragDropEffects get ();
void set (DragDropEffects value);
} |
F# |
---|
member AllowedEffects : DragDropEffects with get, set
|
Property Value
Type:
DragDropEffectsThe allowed effects.
See Also