Experimental: this API is experimental and might be changed or removed in the future.

IDropTarget.CanAcceptDrop

Cambiar al Manual
public bool CanAcceptDrop (List<ISelectable> selection);

Parámetros

selectionSelected elements.

Valor de retorno

bool Returns true if the dragged source can be dropped on the target interface. Returns false otherwise.

Descripción

Indicates if the dragged source can be dropped on the target interface.