INodeWithMenu 인터페이스

정의

노드가 자신의 상황에 맞는 메뉴를 담당할 수 있도록 허용합니다.

public interface class INodeWithMenu
public interface INodeWithMenu
type INodeWithMenu = interface
Public Interface INodeWithMenu

메서드

DoDefaultAction()

노드에 대한 기본 동작을 호출합니다. 일반적으로 속성 메뉴입니다.

ShowContextMenu(Point)

상황에 맞는 메뉴를 표시합니다.

적용 대상