메소드 | 설명 | |
---|---|---|
OnPopup ( PlotContextMenu plotContextMenu ) : void |
Called before menu drawn.
|
|
PlotMenuItem ( 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 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 |