Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMouse Class / RequestTooltip Method


In This Topic
    RequestTooltip Method (NMouse)
    In This Topic
    Requests a tooltip for the specified target
    Syntax
    'Declaration
     
    
    Public Shared Sub RequestTooltip( _
       ByVal target As INInputNode, _
       ByVal tooltip As NTooltip _
    ) 
    'Usage
     
    
    Dim target As INInputNode
    Dim tooltip As NTooltip
     
    NMouse.RequestTooltip(target, tooltip)
    public static void RequestTooltip( 
       INInputNode target,
       NTooltip tooltip
    )

    Parameters

    target
    tooltip
    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