The CListBox
component presents the user with a scrolling list of text items.
More...
#include <CListBox.h>
Public Member Functions | |
CListBox () | |
Constructs empty ListBox | |
virtual void | Paint (CGraphics *g) |
Paints the component. |
The CListBox
component presents the user with a scrolling list of text items.
The list can be set up so that the user can choose either one item or multiple items.
CListBox::CListBox | ( | ) |
Constructs empty ListBox
void CListBox::Paint | ( | CGraphics * | g | ) | [virtual] |
Paints the component.
This forwards the paint to any components that are children of this component. If this method is reimplemented, Paint(g) of base class should be called so components are properly rendered.
g | - the specified Graphics context |
Reimplemented from CComponent.