Class constructor.
MultiLineEdit (
const Panel & panel,
short item
);
Constructs the multiline edit control from resource.
MultiLineEdit (
const Panel & panel,
const Rect & rect,
ScrollType scroll = NoScroll,
FrameType frame = Frame,
UpdateType update = Update,
ReadOnlyType readOnly = Editable
);
Constructs the multiline edit control with the given parameters.
Parameters
- panel
-
A reference to the parent panel of the multiline edit control.
- item
-
The item ID of the multiline edit control.
- rect
-
A reference to the bounding rectangle of the multiline edit control.
- scroll
-
The scroll type of the multiline edit control.
- frame
-
The frame type of the multiline edit control.
- update
-
The update type of the multiline edit control.
- readOnly
-
The readonly/editable flag of the multiline edit control.