Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandAction Class / GetFocusTarget Method


In This Topic
    GetFocusTarget Method (NCommandAction)
    In This Topic
    Gets the focus target of the action target
    Syntax
    'Declaration
     
    
    Public Overridable Function GetFocusTarget( _
       ByVal target As NNode _
    ) As NInputElement
    'Usage
     
    
    Dim instance As NCommandAction
    Dim target As NNode
    Dim value As NInputElement
     
    value = instance.GetFocusTarget(target)
    public virtual NInputElement GetFocusTarget( 
       NNode target
    )

    Parameters

    target
    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