InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32.MONITORINFOEX Structure / cbSize Field

In This Topic
    cbSize Field (Win32.MONITORINFOEX)
    In This Topic
    The size, in bytes, of the structure. Set this member to sizeof(MONITORINFOEX) (72) before calling the GetMonitorInfo function. Doing so lets the function determine the type of structure you are passing to it.
    Syntax
    'Declaration
     
    Public cbSize As Integer
    public int cbSize
    See Also