MenuButton.IsRightMovementAction C# (CSharp) 메소드

IsRightMovementAction() 보호된 추상적인 메소드

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