Class constructor.
MultiSelListBox (
const Panel & panel,
short item
);
Constructs the multiple selection list box control from resource.
MultiSelListBox (
const Panel & panel,
const Rect & rect,
ScrollType scroll = VScroll,
PartialItemType part = PartialItems
HeaderFlag headerFlag = NoHeader,
short headerSize = 0
);
Constructs the multiple selection list box control with the given
parameters.
Parameters
- panel
-
The parent panel of the list box
control.
- item
-
The item ID of the list box control.
- rect
-
A reference to the bounding rectangle
of the list box control.
- scroll
-
The scroll type of the list box control.
- part
-
The partial item type of the list
box control.
- headerFlag
- headerSize