Class constructor.
Splitter (
const Panel & panel,
short item
);
Constructs the splitter control from resource.
Splitter (
const Panel & panel,
const Rect & rect,
Orientation & orientation,
Type & type = Normal
);
Constructs the splitter control with the given parameters.
Parameters
- panel
-
A reference to the parent panel
of the splitter control.
- item
-
The item ID of the splitter control.
- rect
-
A reference to the bounding rectangle of the splitter
control.
- orientation
-
The orientation of the control.
- type
-
The type of the control.