Graphisoft®

Dialog ManagerVersion: 2.0

RichEdit::RichEdit

Class constructor.

RichEdit (
    const Panel &       panel,
    short               item
);

Constructs the rich edit control from resource.

RichEdit (
    const Panel &       panel,
    const Rect &        rect,
    ScrollType          scroll = NoScroll,
    ReadOnlyType        readOnly = Editable
);

Constructs the rich edit control with the given parameters.

Parameters

panel
A reference to the parent panel of the rich edit control.
item
The item ID of the rich edit control.
rect
A reference to the bounding rectangle of the rich edit control.
scroll
The scroll type of the rich edit control.
readOnly
The readonly/editable flag of the rich edit control.