Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NInteractor Class
Members


In This Topic
    NInteractor Class
    In This Topic
    Represents a collection of tools that input targets can use to manage the user interaction on their behalf.
    Object Model
    NInteractor Class
    Syntax
    'Usage
     
    
    Dim instance As NInteractor
    Remarks
    The interactor is responsible to properly delegate the event processing to the tools, which it contains.

    Of all tools currently contained by the interactor only one can be active at a time. The currently active tool can be obtained from the ActiveTool property. The active tool is the first tool to receive a chance to process the events delegated to it by the interactor.

    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NDocumentNodeCollection<T>
                Nevron.Nov.UI.NInteractor

    Requirements

    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)

    See Also