C# Class 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
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Méthode Description
ContextMenu ( Mobile from, object target ) : System

Instantiates a new ContextMenu instance.

Method Details

ContextMenu() public méthode

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. /// ///
Résultat System