C# Класс NPlot.Windows.PlotSurface2D.PlotContextMenu.PlotMenuItem

A Plot menu item suitable for specifying basic menu items
Наследование: IPlotMenuItem
Показать файл Открыть проект

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

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

Called before menu drawn.

PlotMenuItem ( string text, int index, EventHandler callback ) : System

Constructor

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

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

Called before menu drawn.
public OnPopup ( PlotContextMenu plotContextMenu ) : void
plotContextMenu PlotContextMenu The plot menu this item is a member of.
Результат void

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

Constructor
public PlotMenuItem ( string text, int index, EventHandler callback ) : System
text string Menu item text
index int Index in the manu
callback EventHandler EventHandler to call if menu selected.
Результат System