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


In This Topic
    NKeyboardTool Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodAborts the tool if it is active (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodActivates the tool (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodDetermines whether the tool can activate (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodDetermines whether the tool can deactivate (Inherited from Nevron.Diagram.WinForm.NTool)
    Public Method (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodDeactivates the tool (Inherited from Nevron.Diagram.WinForm.NTool)
    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 MethodOverridden. Processes the is input key query  
    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 MethodOverridden. Processes the key down event  
    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 MethodProcesses the mouse down event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    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 MethodProcesses the mouse move event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse up event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    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.NDrawingMouseAndKeyboardTool)
    Top
    Protected Methods
     NameDescription
    Protected MethodDeletes the selected nodes  
    Protected MethodNudges to the bottom or increase the height of the selected nodes  
    Protected MethodNudges to the left or decreases the width of the selected nodes  
    Protected MethodNudges to the right or increase the width of the selected nodes  
    Protected MethodNudges to the top or decrease the height of the selected nodes  
    Protected MethodVerifies the specified new delete key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new nudge/resize bottom key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new nudge/resize left key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new nudge/resize modifier key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new nudge/resize right key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new nudge/resize top key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new zoom in key and throws an exception if it is not valid  
    Protected MethodVerifies the specified new zoom out key and throws an exception if it is not valid  
    Protected MethodZooms the view in  
    Protected MethodZooms the view out  
    Top
    See Also