TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32.MONITORINFOEX Structure
Members

In This Topic
    Win32.MONITORINFOEX Structure
    In This Topic
    The MONITORINFOEX structure contains information about a display monitor. The GetMonitorInfo function stores information into a MONITORINFOEX structure or a MONITORINFO structure. The MONITORINFOEX structure is a superset of the MONITORINFO structure. The MONITORINFOEX structure adds a string member to contain a name for the display monitor.
    Syntax
    'Declaration
     
    
    Public Structure Win32.MONITORINFOEX 
       Inherits System.ValueType
    public struct Win32.MONITORINFOEX : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          C1.Util.Win.Win32.MONITORINFOEX

    See Also