SetAllowDrop Method
Sets a value indicating whether the given interactive can be used as the target of a drag-and-drop operation.
Definition
Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static void SetAllowDrop(
Interactive interactive,
bool value
)
Public Shared Sub SetAllowDrop (
interactive As Interactive,
value As Boolean
)
static member SetAllowDrop :
interactive : Interactive *
value : bool -> unit