ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Integer
    public System.int cbSize
    See Also