Метод | Описание | |
---|---|---|
OnPopup ( PlotContextMenu plotContextMenu ) : void |
Called before menu drawn.
|
|
PlotZoomBackMenuItem ( string text, int index, EventHandler callback ) : System |
Constructor
|
public OnPopup ( PlotContextMenu plotContextMenu ) : void | ||
plotContextMenu | PlotContextMenu | The plot menu this item is a member of. |
Результат | void |
public PlotZoomBackMenuItem ( string text, int index, EventHandler callback ) : System | ||
text | string | Text associated with this item in the menu. |
index | int | Index of this item in the menu. |
callback | EventHandler | EventHandler to call when menu item is selected. |
Результат | System |