ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32.MONITORINFOEX Structure / szDevice Field

In This Topic
    szDevice Field (Win32.MONITORINFOEX)
    In This Topic
    A string that specifies the device name of the monitor being used. Most applications have no use for a display monitor name, and so can save some bytes by using a MONITORINFO structure.
    Syntax
    'Declaration
     
    Public szDevice As System.String
    public System.string szDevice
    See Also