Class constructor.
MultiSelTreeView (
const Panel & panel,
short item
);
Constructs the MultiSelTreeView control from resource.
MultiSelTreeView (
const Panel & panel,
const Rect & rect,
short labelLength,
LabelFlag label = NoLabelEdit,
DragDropFlag dragDrop = NoDragDrop,
RootButtonFlag root = RootButton
);
Constructs the MultiSelTreeView control with the given parameters.
Parameters
- panel
-
A reference to the parent panel of the MultiSelTreeView control.
- item
-
The item ID of the MultiSelTreeView control.
- rect
-
A reference to the bounding rectangle of the MultiSelTreeView control.
- labelLength
-
The maximum length of the tree view labels during editing them.
- label
-
The label flag of the tree view.
- dragDrop
-
The drag and drop flag of the tree view.
- root
-
The root button flag of the tree view.