C# Класс ZForge.Controls.XPTable.Models.HeaderContextMenu

Наследование: System.Windows.Forms.ContextMenu
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
menuItem_Click void
moreMenuItem_Click void

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

Метод Описание
HeaderContextMenu ( ) : System

Initializes a new instance of the HeaderContextMenu class with no menu items specified

Show ( Control control, Point pos ) : void

Displays the shortcut menu at the specified position

Защищенные методы

Метод Описание
OnPopup ( EventArgs e ) : void

Raises the Popup event

Приватные методы

Метод Описание
menuItem_Click ( object sender, EventArgs e ) : void

moreMenuItem_Click ( object sender, EventArgs e ) : void

Описание методов

HeaderContextMenu() публичный Метод

Initializes a new instance of the HeaderContextMenu class with no menu items specified
public HeaderContextMenu ( ) : System
Результат System

OnPopup() защищенный Метод

Raises the Popup event
protected OnPopup ( EventArgs e ) : void
e System.EventArgs An EventArgs that contains the event data
Результат void

Show() публичный Метод

Displays the shortcut menu at the specified position
public Show ( Control control, Point pos ) : void
control System.Windows.Forms.Control A Control object that specifies the control /// with which this shortcut menu is associated
pos Point A Point object that specifies the coordinates at /// which to display the menu. These coordinates are specified relative /// to the client coordinates of the control specified in the control /// parameter
Результат void