NevronOpenVision
Nevron.Nov.UI Namespace / NDragTool Class
Fields Properties Methods Events


NDragTool Class Members

The following tables list the members exposed by NDragTool.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NDragTool  
Public Fieldstatic (Shared in Visual Basic)  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the keyboard key that aborts this drag tool. By default set to LeftButtonUp.  
Public PropertyGets or sets the mouse button event that deactivates this drag tool. By default set to LeftButtonDown.  
Public PropertyGets or sets the mouse button event that activates this drag tool.  
Public PropertyGets mouse position in screen coordinates at drag tool activation time. Valid only when the tool is active.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Gets the cursor and tooltip that the tool requests when active.  
Public MethodOverloaded. Gets the cursor and tooltip that the tool requests when not active.  
Public MethodOverridden.   
Public MethodOverridden. Processes the key down event  
Public MethodOverridden. Handler for the NMouse.DownEvent event.  
Public MethodOverridden. Handler for the NMouse.MoveEvent event.  
Public MethodOverridden. Processes the mouse up event  
Public MethodOverloaded. Requests cursor and tooltip depending on the tool state.  
Top
Protected Methods
 NameDescription
Protected MethodReturns whether the activation of the tool must handle(cancel) the event.  
Protected MethodGets whether the tool must capture the mouse on the interactor target when activated. This implementation returns true.  
Protected MethodGets the area in which this tool can activate. A return value of null, means that the tool can activate in any area.  
Protected MethodReturns whether the deactivation of the tool must handle(cancel) the event.  
Protected MethodGets whether the tool must focus the interactor target when activated. This implementation returns true.  
Protected MethodOverridden. Called when the tool was aborted.  
Protected MethodOverridden. Called when the tool was activated.  
Protected MethodOverridden. Called when the tool was deactivated.  
Protected Method  
Protected MethodTries to activate the tool in response to the specified mouse event. Returns true if the tool is activated after the call.  
Protected MethodTries to deactivate the tool in response to the specified mouse event. Returns true if the tool is deactivated after the call.  
Top
See Also