class CGXTabbedComboBoxWnd: public CGXComboBoxWnd
The CGXTabbedComboBoxWnd class implements a tabbed combo box based on the existing CGXComboBoxWnd implementation.
Tabbed combo boxes allow you to display multiple columns in the drop-down part of the combo box. This lets you give the user additional information about the choices in the list.
See CGXTabbedComboBox for information on using tabbed combo boxes and for information about differences between CGXTabbedComboBox and CGXTabbedComboBoxWnd.
Note
If your application runs on Win32s, you should use CGXTabbedComboBox instead of CGXTabbedComboBoxWnd.
#include <gxall.h>
See Also
CGXTabbedComboBox CGXComboBoxWnd