IDragProvider.IsGrabbed Proprietà

Definizione

Ottiene un valore che indica se un elemento è attualmente trascinato.

public:
 property bool IsGrabbed { bool get(); };
bool IsGrabbed();
public bool IsGrabbed { get; }
var boolean = iDragProvider.isGrabbed;
Public ReadOnly Property IsGrabbed As Boolean

Valore della proprietà

Boolean

bool

true se l'elemento viene trascinato. In caso contrario, false.

Si applica a