GetAllowDrop Method
Gets a value indicating whether the given element 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 bool GetAllowDrop(
Interactive interactive
)
Public Shared Function GetAllowDrop (
interactive As Interactive
) As Boolean
static member GetAllowDrop :
interactive : Interactive -> bool