ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetMonitorInfo Method

In This Topic
    GetMonitorInfo Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetMonitorInfo( _
       ByVal hMonitor As System.IntPtr, _
       ByRef lpmi As Win32.MONITORINFOEX _
    ) As System.Boolean
    public static System.bool GetMonitorInfo( 
       System.IntPtr hMonitor,
       ref Win32.MONITORINFOEX lpmi
    )

    Parameters

    hMonitor
    lpmi
    See Also