Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragTool Class / GetActiveCursorAndTooltip Method / GetActiveCursorAndTooltip(NDragTool,NCursor,NTooltip) Method


In This Topic
    GetActiveCursorAndTooltip(NDragTool,NCursor,NTooltip) Method
    In This Topic
    Calls the GetActiveCursorAndTooltip protected method.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub GetActiveCursorAndTooltip( _
       ByVal tool As NDragTool, _
       ByRef cursor As NCursor, _
       ByRef toolTip As NTooltip _
    ) 
    'Usage
     
    
    Dim tool As NDragTool
    Dim cursor As NCursor
    Dim toolTip As NTooltip
     
    NDragTool.GetActiveCursorAndTooltip(tool, cursor, toolTip)
    public static void GetActiveCursorAndTooltip( 
       NDragTool tool,
       out NCursor cursor,
       out NTooltip toolTip
    )

    Parameters

    tool
    cursor
    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