NevronOpenVision
Nevron.Nov.UI Namespace / NTool Class


In This Topic
    NTool Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodAborts the tool  
    Public MethodActivates the tool  
    Public MethodDetermines whether the tool can abort  
    Public MethodDetermines whether the tool can activate.  
    Public MethodDetermines whether the tool can deactivate  
    Public MethodDeactivates the tool  
    Public Methodstatic (Shared in Visual Basic)Enables the tool  
    Public MethodHandler for the NDragDrop.DragDropEvent event.  
    Public MethodHandler for the NDragDrop.DragEnterEvent event.  
    Public MethodHandler for the NDragDrop.DragInEvent event.  
    Public MethodHandler for the NDragDrop.DragLeaveEvent event.  
    Public MethodHandler for the NDragDrop.DragOutEvent event.  
    Public MethodHandler for the NDragDrop.DragOverEvent event.  
    Public MethodHandler for the NKeyboard.FocusInEvent event.  
    Public MethodHandler for the NKeyboard.FocusOutEvent event.  
    Public MethodHandler for the NKeyboard.GotFocusEvent event.  
    Public MethodHandler for the NMouse.GotCaptureEvent events  
    Public MethodHandler for the NTouch.GotCaptureEvent events  
    Public MethodHandler for the NKeyboard.InputCharEvent event.  
    Public MethodHandler for the NKeyboard.KeyDownEvent event.  
    Public MethodHandler for the NKeyboard.KeyUpEvent event.  
    Public MethodHandler for the NKeyboard.LostFocus event.  
    Public MethodHandler for the NMouse.LostCaptureEvent event  
    Public MethodHandler for the NTouch.LostCaptureEvent event  
    Public MethodHandler for the NMouse.CaptureInEvent event  
    Public MethodHandler for the NMouse.CaptureOutEvent event  
    Public MethodHandler for the NMouse.DownEvent event.  
    Public MethodHandler for the NMouse.EnterEvent event.  
    Public MethodHandler for the NMouse.InEvent event.  
    Public MethodHandler for the NMouse.LeaveEvent event.  
    Public MethodHandler for the NMouse.MoveEvent event.  
    Public MethodHandler for the NMouse.OutEvent event.  
    Public MethodHandler for the NMouse.UpEvent event.  
    Public MethodHandler for the NMouse.WheelEvent event.  
    Public MethodHandler for the NTouch.CaptureInEvent event  
    Public MethodHandler for the NTouch.CaptureOutEvent event  
    Public MethodHandler for the NTouch.DownEvent event.  
    Public MethodHandler for the NTouch.EnterEvent event.  
    Public MethodHandler for the NTouch.InEvent event.  
    Public MethodHandler for the NTouch.LeaveEvent event.  
    Public MethodHandler for the NTouch.MoveEvent event.  
    Public MethodHandler for the NTouch.OutEvent event.  
    Public MethodHandler for the NTouch.UpEvent event.  
    Public MethodCalled to update the visual aids of this tool.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Protected MethodCalled when the tool was aborted. Raises the Aborted event  
    Protected MethodCalled when the tool was activated. Raises the Activated event  
    Protected MethodCalled when the tool was deactivated. Raises the Deactivated event  
    Protected MethodCalled when the enabled property has changed.  
    Protected MethodOverridden. Called when the node parent has changed. Raises the ParentChangedEvet  
    Top
    See Also