COMBOBOXINFO (Structures)
Last changed: -89.146.138.227

.
Summary
TODO - a short description

C# Definition:

struct COMBOBOXINFO {
    public Int32 cbSize;
    public RECT rcItem;
    public RECT rcButton;
    public ComboBoxButtonState buttonState;
    public IntPtr hwndCombo;
    public IntPtr hwndEdit;
    public IntPtr hwndList;
}

VB Definition:

Structure COMBOBOXINFO
   Public TODO
End Structure

User-Defined Field Types:

ComboBoxButtonState, RECT

Notes:

None.

Documentation