Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDragTool Class
Fields Properties Methods


In This Topic
    NDragTool Class Members
    In This Topic

    The following tables list the members exposed by NDragTool.

    Protected Fields
     NameDescription
    Protected FieldIndicates whether this tool is active. (Inherited from Nevron.Diagram.WinForm.NTool)
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the tool abort key  
    Public PropertyGets/sets whether the tool is enabled (Inherited from Nevron.Diagram.WinForm.NTool)
    Public PropertyGets/sets the tool end (deactivation) event  
    Public PropertyGets/sets the name of the tool, which is unique in the tools collection of the controller (Inherited from Nevron.Diagram.WinForm.NTool)
    Public PropertyGets/sets the tool start (activation) event  
    Top
    Protected Properties
     NameDescription
    Protected PropertyDetermines whether the tool operates in the view window area  
    Protected PropertyObtains the mouse info when the tool was activated  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Aborts the tool if it is active  
    Public MethodOverridden. Activates the tool  
    Public MethodOverridden. Determines whether the tool can activate  
    Public MethodOverridden. Determines whether the tool can deactivate  
    Public Method (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodOverridden. Creates any non serialized objects, which the holder posseses  
    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 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 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 MethodProcesses the mouse move event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    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 MethodUpdates the references stored by the object (Inherited from Nevron.Diagram.WinForm.NTool)
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the tool is inactive but is ready to be activated and requests a cursor for visual feedback  
    Protected MethodVerifies the specified new about key and throws an exception if it is not valid  
    Protected MethodVerifies 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  
    Top
    See Also