public abstract class NTool : Nevron.Nov.Dom.NDocumentNode, Nevron.Nov.Dom.INDomDeepEquals, Nevron.Nov.Dom.INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable
public abstract class NTool : Nevron.Nov.Dom.NDocumentNode, Nevron.Nov.Dom.INDomDeepEquals, Nevron.Nov.Dom.INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable
In order for a tool to process any events at all it must be enabled, which is controlled by the Enabled property. Disabled tools are ignored by the interactor when it dispatches events for processing.
Tools can operate in two states - active and inactive. When a tool is active it will be the first tool to receive a chance to process all user events.
The transition between these states is performed by the Activate and Deactivate/Abort methods.
System.Object
Nevron.Nov.Dom.NNode
Nevron.Nov.Dom.NDocumentNode
Nevron.Nov.UI.NTool
Nevron.Nov.Chart.Tools.NAxisCursorTool
Nevron.Nov.Diagram.DrawingTools.NDrawingTool
Nevron.Nov.Diagram.LibraryTools.NLibraryTool
Nevron.Nov.Grid.Tools.NGridTool
Nevron.Nov.Schedule.NScheduleTool
Nevron.Nov.Text.Tools.NClickSelectTool
Nevron.Nov.Text.Tools.NContextMenuTool
Nevron.Nov.Text.Tools.NCreateTabStopTool
Nevron.Nov.Text.Tools.NCursorTool
Nevron.Nov.Text.Tools.NKeyboardInputTool
Nevron.Nov.Text.Tools.NKeyboardNavigationTool
Nevron.Nov.Text.Tools.NSelectEditTargetTool
Nevron.Nov.Text.Tools.NSelectTableElementTool
Nevron.Nov.UI.NCompositeTool
Nevron.Nov.UI.NDragTool
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)