@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The COMBOBOXINFO structure contains combo box status information. !!!!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: Private Type COMBOBOXINFO cbSize As Long rcItem As RECT rcButton As RECT stateButton As Long hwndCombo As Long hwndEdit As Long hwndList As Long End Type !!!!User-Defined Field Types: ComboBoxButtonState, [RECT] !!!!Notes: None. Documentation: COMBOBOXINFO@msdn on MSDN
Edit Structures.COMBOB...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.