DragDropSetAllowDrop Method
Sets a value indicating whether the given interactive can be used as the target of a drag-and-drop operation.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
Parameters
- interactive Interactive
-
- value Boolean
-