Inheritance diagram for NPlot::Windows::PlotSurface2D::PlotContextMenu::IPlotMenuItem:
Public Member Functions | |
void | OnPopup (PlotContextMenu plotContextMenu) |
This method is called for each menu item before the menu is displayed. | |
Properties | |
System.Windows.Forms.MenuItem | MenuItem |
Gets the Windows.Forms.MenuItem associated with the PlotMenuItem. |
Definition at line 2259 of file Windows.PlotSurface2D.cs.
|
This method is called for each menu item before the menu is displayed. It is useful for implementing check marks, disabling etc.
Implemented in NPlot::Windows::PlotSurface2D::PlotContextMenu::PlotMenuSeparator, NPlot::Windows::PlotSurface2D::PlotContextMenu::PlotMenuItem, NPlot::Windows::PlotSurface2D::PlotContextMenu::PlotZoomBackMenuItem, and NPlot::Windows::PlotSurface2D::PlotContextMenu::PlotShowCoordinatesMenuItem. |
|
Gets the Windows.Forms.MenuItem associated with the PlotMenuItem.
Implemented in NPlot::Windows::PlotSurface2D::PlotContextMenu::PlotMenuSeparator, and NPlot::Windows::PlotSurface2D::PlotContextMenu::PlotMenuItem. Definition at line 2264 of file Windows.PlotSurface2D.cs. |