ProtoGraph Class

Defines the base class for Existential Graph controls, which are visual representations of propositional elements in Logic.

For a list of all members of this type, see ProtoGraph Class Members .

Assembly: EGControlLibrary


System.Windows.Forms.UserControl

ProtoGraph

Derived Classes:

AtomicGraph

ContainerGraph

Van

Public MustInherit Class ProtoGraph

Inherits System.Windows.Forms.UserControl

Implements:

System.ComponentModel.IComponent

System.IDisposable

System.Windows.Forms.IOleControl

System.Windows.Forms.IOleObject

System.Windows.Forms.IOleInPlaceObject

System.Windows.Forms.IOleInPlaceActiveObject

System.Windows.Forms.IOleWindow

System.Windows.Forms.IViewObject

System.Windows.Forms.IViewObject2

System.Windows.Forms.IPersist

System.Windows.Forms.IPersistStreamInit

System.Windows.Forms.IPersistPropertyBag

System.Windows.Forms.IPersistStorage

System.Windows.Forms.IQuickActivate

System.ComponentModel.ISynchronizeInvoke

System.Windows.Forms.IWin32Window

System.Windows.Forms.IContainerControl

Order.IPartiallyComparable

Order.IPartialComparer

Remarks:

ProtoGraph provides much of the code for the functioning of the Existential Graphs. Virtually all of the things users can do with the graphs are embodied in Context Menus located in the ProtoGgraph Class; there are other methods of doing these operations (viz., Menus and Toolbars) but the Context Menu may be thought of as being basic.