MenuButton.IsRightMovementAction C# (CSharp) Méthode

IsRightMovementAction() protected abstract méthode

Informs whether the given Element is the DraggableElement bound the this MenuButton.
protected abstract IsRightMovementAction ( DraggableElement, draggableElement ) : bool
draggableElement DraggableElement, The Element to test.
Résultat bool
    protected abstract bool IsRightMovementAction(DraggableElement draggableElement);