Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTopLevelWindow Class / WUK Method


In This Topic
    WUK Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function WUK( _
       ByVal pQCd As NMouseEventArgs, _
       ByRef QQCd As ENCompassDirection _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTopLevelWindow
    Dim pQCd As NMouseEventArgs
    Dim QQCd As ENCompassDirection
    Dim value As System.Boolean
     
    value = instance.WUK(pQCd, QQCd)
    internal virtual System.bool WUK( 
       NMouseEventArgs pQCd,
       out ENCompassDirection QQCd
    )

    Parameters

    pQCd
    QQCd
    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