Class Hierarchy
CAdUiListBox CAcFdUiFormatList
C++
class CAdUiListBox : public CListBox;
File
aduiListBox.h
Description
This class specializes CListBox to provide a control that supports AdUi Messaging. The class may be used anywhere a CListBox may be used. Since it provides the additional container-side support for AdUi registered messages, CAdUiBaseDialog (or a derived class) is recommended for use with CAdUiListBox.
CAdUiListBox provides features that allow the class to be used to sub-class a listbox included in a combobox (such as a ComboLBox). When used in concert with a CAdUiComboBox the listbox is able to track the combobox and, in the case of an owner-draw control, either delegate drawing to the combobox or provide its own drawing routines.