Method | Description | |
---|---|---|
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. |
return | 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. |
return | System |