MenuButton.IsRightMovementAction C# (CSharp) Method

IsRightMovementAction() protected abstract method

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