ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / MonitorFromWindow Method

In This Topic
    MonitorFromWindow Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function MonitorFromWindow( _
       ByVal hwnd As System.IntPtr, _
       ByVal dwFlags As System.UInteger _
    ) As System.IntPtr
    public static System.IntPtr MonitorFromWindow( 
       System.IntPtr hwnd,
       System.uint dwFlags
    )

    Parameters

    hwnd
    dwFlags
    See Also