Nevron.Nov.Diagram Namespace / NDrawingContextMenu Class


In This Topic
    NDrawingContextMenu Class Methods
    In This Topic

    For a list of all members of this type, see NDrawingContextMenu members.

    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.GGWC interface and if it does, calls its Nevron.Nov.Internal.GGWC.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