Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreatePolypathTool Class


In This Topic
    NCreatePolypathTool Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverridden. Aborts the tool if it is active  
    Public MethodOverridden. Activates the tool  
    Public MethodDetermines whether the tool can activate (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Public MethodDetermines whether the tool can deactivate (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public Method (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodOverridden.   
    Public MethodOverridden. Deactivates the tool  
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodProcesses the is input char query (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the is input key query (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public MethodPrecesses the mouse click event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodPrecesses the mouse double click event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the key down event (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public MethodProcesses the key press event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the key up event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodOverridden. Processes the mouse down event  
    Public MethodProcesses the mouse enter event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodPrecesses the mouse hover event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse leave event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodOverridden. Processes the mouse move event  
    Public MethodOverridden. Processes the mouse up event  
    Public MethodProcesses the mouse wheel event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public Method (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodOverriden to cashe references to NDrawingView and NDrawingDocument instances (Inherited from Nevron.Diagram.WinForm.NDrawingDragTool)
    Public MethodUpdates the specified status bar info (Inherited from Nevron.Diagram.WinForm.NDrawingDragTool)
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds a new point  
    Protected MethodDetermines whether a new point can be added  
    Protected MethodMust override to create the node which is going to be added to the document (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Protected MethodMust override to provide current tool cursor  
    Protected MethodRedefines the element points  
    Protected MethodCalled when the tool is inactive but is ready to be activated and requests a cursor for visual feedback (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Protected MethodVerifies the specified new add point mouse event and throws an exception if it is not valid  
    Protected MethodVerifies the specified new about key and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Protected MethodOverridden. Verifies the specified new end mouse event and throws an exception if it is not valid  
    Protected MethodVerifies the specified new start mouse event and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Top
    See Also