Graphisoft®

Dialog ManagerVersion: 2.0

LeftText::LeftText

Class constructor.

LeftText (
    const Panel &       panel,
    short               item
);

Constructs the left text control from resource.

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

Constructs the left text control with the given parameters.

Parameters

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