C# 클래스 Server.ContextMenus.ContextMenu

Represents the state of an active context menu. This includes who opened the menu, the menu's focus object, and a list of entries that the menu is composed of. ContextMenuEntry
파일 보기 프로젝트 열기: brodock/runuo 1 사용 예제들

공개 메소드들

메소드 설명
ContextMenu ( Mobile from, object target ) : System

Instantiates a new ContextMenu instance.

메소드 상세

ContextMenu() 공개 메소드

Instantiates a new ContextMenu instance.
public ContextMenu ( Mobile from, object target ) : System
from Mobile /// The who opened this ContextMenu. /// ///
target object /// The or for which this ContextMenu is on. /// ///
리턴 System