Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NUser32 Class / WindowFromPoint Method


In This Topic
    WindowFromPoint Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function WindowFromPoint( _
       ByVal pt As NWin32.POINT _
    ) As System.IntPtr
    'Usage
     
    
    Dim pt As NWin32.POINT
    Dim value As System.IntPtr
     
    value = NUser32.WindowFromPoint(pt)
    public static System.IntPtr WindowFromPoint( 
       NWin32.POINT pt
    )

    Parameters

    pt
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also