Graphisoft®

Dialog ManagerVersion: 2.0

RightText::RightText

Class constructor.

RightText (
    const Panel &       panel,
    short               item
);

Constructs the right text control from resource.

RightText (
    const Panel &       panel,
    const Rect &        rect,
    FrameType           type = NoFrame,
    VAlignType          align = VTop,
    Truncation          truncate = NoTruncate
);

Constructs the right text control with the given parameters.

Parameters

panel
A reference to the parent panel of the right text control.
item
The item ID of the right text control.
rect
A reference to the bounding rectangle of the right text control.
type
The frame type of the right text control.
align
The vertical align type of the right text control.
truncate
The truncation type of the right text control.