C# Class NPlot.Windows.PlotSurface2D.PlotContextMenu.PlotMenuItem

A Plot menu item suitable for specifying basic menu items
Inheritance: IPlotMenuItem
Afficher le fichier Open project: mono/nplot-gtk

Méthodes publiques

Méthode Description
OnPopup ( PlotContextMenu plotContextMenu ) : void

Called before menu drawn.

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

Constructor

Method Details

OnPopup() public méthode

Called before menu drawn.
public OnPopup ( PlotContextMenu plotContextMenu ) : void
plotContextMenu PlotContextMenu The plot menu this item is a member of.
Résultat void

PlotMenuItem() public méthode

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