TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / MonitorFromWindow Method

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

    Parameters

    hwnd
    dwFlags
    See Also