NevronOpenVision
Nevron.Nov.Diagram Namespace / NDrawingContextMenu Class
Fields Properties Methods Events


In This Topic
    NDrawingContextMenu Class Members
    In This Topic

    The following tables list the members exposed by NDrawingContextMenu.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDrawingContextMenu.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowGuidelineMenu property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowMiniToolBar property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowPageMenu property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowShapeMenu property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the drawing view to which this factory belongs.  
    Public PropertyGets/Sets whether guideline context menu should be displayed.  
    Public PropertyGets/Sets whether the mini toolbar should be displayed.  
    Public PropertyGets/Sets whether shape context menu should be displayed.  
    Public PropertyGets/Sets whether shape context menu should be displayed.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Shows a context menu for the specified element at the specified screen position.  
    Top
    Protected Methods
     NameDescription
    Protected MethodBuilds the context menu  
    Protected MethodOverridden. Determines whether the context menu can be shown for the specified element.  
    Protected MethodDetermines whether the mini toolbar can be shown for the specified element.  
    Protected MethodOverridden. Overriden to create the context widget for the specified element  
    Protected MethodWhen overriden in a derived class, creates custom context menu commands. The default implementation does not create any custom commands.  
    Protected MethodCreates the edit commands - Cut/Copy/Paste/Delete.  
    Protected MethodCreates the menu items specific for the given element. The default implementation checks whether the element implements the Nevron.Nov.Internal.GtxC interface and if it does, calls its Nevron.Nov.Internal.GtxC.AppendContextMenuItems method.  
    Protected MethodCreates the mini toolbar.  
    Protected MethodCreates the Select menu item.  
    Protected MethodCreates the View menu item that contains Show, Zoom and Snap commands.  
    Internal Method  
    Top
    See Also