wxPasswordEntryDialog
generated from ../src/mod_gui/control/pwdlg.cppThis class represents a dialog that requests a password from the user.
Constants
Constructor
wxPasswordEntryDialog
wxPasswordEntryDialog()
wxPasswordEntryDialog(Parent,
Message,
Title,
DefaultValue,
Position = wxDefaultPosition,
Style = wxId.OK + wxId.CANCEL)
| Name | Type | Default | Description |
|---|---|---|---|
| Parent | wxWindow | The parent of the dialog. null is Allowed. | |
| Message | String | Message to show on the dialog. | |
| Title | String | The title of the dialog. | |
| DefaultValue | String | The default value of the text control. | |
| Position | wxPoint | wxDefaultPosition | The position of the dialog. |
| Style | Integer | wxId.OK + wxId.CANCEL | A dialog style, the buttons wxId.OK and wxId.CANCEL can be used. |
Constructs a new wxPasswordEntryDialog object.
© 2002 - 2007 Franky Braem.