PlotSurface2D.PlotContextMenu overview
Equals (inherited from Object) | Determines whether the specified Object instances are considered equal. |
ReferenceEquals (inherited from Object) | Determines whether the specified Object instances are the same instance. |
PlotSurface2D.PlotContextMenu Constructor | Constructor creates |
Menu | Gets the Windows.Forms context menu managed by this object. |
MenuItems | Gets an arraylist of all PlotMenuItems that comprise the menu. If this list is changed, this class must be told to update using the Update method. |
PlotSurface2D | The PlotSurface2D associated with the context menu. Generally, the user should not set this. It is used internally by PlotSurface2D. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
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. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
plotSurface2D_ | The PlotSurface2D associated with the context menu. Classes inherited from PlotContextMenu will likely use this to implement their functionality. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
PlotSurface2D.PlotContextMenu Class | NPlot.Windows Namespace