C# Класс NPlot.Windows.PlotSurface2D.PlotContextMenu

Summary description for ContextMenu.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
plotSurface2D_ PlotSurface2D

Открытые методы

Метод Описание
PlotContextMenu ( ) : System

Constructor creates

SetMenuItems ( ArrayList menuItems ) : void

Sets the context menu according to the IPlotMenuItem's in the provided ArrayList. The current menu items can be obtained using the MenuItems property and extended if desired.

Приватные методы

Метод Описание
mnuCopyDataToClipboard_Click ( object sender, System e ) : void
mnuCopyToClipboard_Click ( object sender, System e ) : void
mnuDisplayCoordinates_Click ( object sender, System e ) : void
mnuOriginalDimensions_Click ( object sender, System e ) : void
mnuPrintPreview_Click ( object sender, System e ) : void
mnuPrint_Click ( object sender, System e ) : void
rightMenu__Popup ( object sender, System e ) : void

Описание методов

PlotContextMenu() публичный Метод

Constructor creates
public PlotContextMenu ( ) : System
Результат System

SetMenuItems() публичный Метод

Sets the context menu according to the IPlotMenuItem's in the provided ArrayList. The current menu items can be obtained using the MenuItems property and extended if desired.
public SetMenuItems ( ArrayList menuItems ) : void
menuItems System.Collections.ArrayList
Результат void

Описание свойств

plotSurface2D_ защищенное свойство

The PlotSurface2D associated with the context menu. Classes inherited from PlotContextMenu will likely use this to implement their functionality.
protected PlotSurface2D,NPlot.Windows plotSurface2D_
Результат PlotSurface2D