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


In This Topic
    Wndd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function Wndd( _
       ByVal xndd As NWindow, _
       ByVal Yndd As fIYC _
    ) As System.Boolean
    'Usage
     
    
    Dim xndd As NWindow
    Dim Yndd As fIYC
    Dim value As System.Boolean
     
    value = NMouse.Wndd(xndd, Yndd)
    internal static System.bool Wndd( 
       NWindow xndd,
       fIYC Yndd
    )

    Parameters

    xndd
    Yndd
    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