Graphisoft®

Dialog ManagerVersion: 2.0

PasswordEdit::PasswordEdit

Class constructor.

PasswordEdit (
    const Panel &       panel,
    short               item
);

Constructs the password edit control from resource.

PasswordEdit (
    const Panel &       panel,
    const Rect &        rect,
    short               lengthLimit = 0,
    FrameType           frame = Frame,
    UpdateType          update = Update,
    ReadOnlyType        readOnly = Editable
);

Constructs the password edit control with the given parameters.

Parameters

panel
A reference to the parent panel of the password edit control.
item
The item ID of the password edit control.
rect
A reference to the bounding rectangle of the password edit control.
lengthLimit
The length limit of the password edit control.
frame
The frame type of the password edit control.
update
The update type of the password edit control.
readOnly
The readonly/editable flag of the password edit control.