C# 클래스 NPlot.Windows.PlotSurface2D.PlotContextMenu.PlotMenuItem

A Plot menu item suitable for specifying basic menu items
상속: IPlotMenuItem
파일 보기 프로젝트 열기: mono/nplot-gtk

공개 메소드들

메소드 설명
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