Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NInteractor Class / EnableTool Method


In This Topic
    EnableTool Method (NInteractor)
    In This Topic
    Enables the tools with the specified schema. Have no effect on the other tools
    Syntax
    'Declaration
     
    
    Public Sub EnableTool( _
       ByVal toolSchema As NSchema _
    ) 
    'Usage
     
    
    Dim instance As NInteractor
    Dim toolSchema As NSchema
     
    instance.EnableTool(toolSchema)
    public void EnableTool( 
       NSchema toolSchema
    )

    Parameters

    toolSchema
    Remarks
    This operation only enables tools are children of the interactor.
    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