NPlot Documented Class Library

PlotSurface2D.PlotContextMenu Members

PlotSurface2D.PlotContextMenu overview

Public Static Methods

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.

Public Instance Constructors

PlotSurface2D.PlotContextMenu Constructor Constructor creates

Public Instance Properties

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.

Public Instance Methods

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.

Protected Instance Fields

plotSurface2D_ The PlotSurface2D associated with the context menu. Classes inherited from PlotContextMenu will likely use this to implement their functionality.

Protected Instance Methods

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.

See Also

PlotSurface2D.PlotContextMenu Class | NPlot.Windows Namespace