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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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