Costruttore PasswordButtonEdit
|
Initializes a new instance of the PasswordButtonEdit class with password masking enabled and a glyph button
for toggling password visibility.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 28.1.0
Sintassipublic PasswordButtonEdit()
public:
PasswordButtonEdit()
new : unit -> PasswordButtonEdit
NoteThe constructed control uses the system password character to mask input by default.
A glyph button is added to the editor, typically used to show or hide the password. The button's image is
set to a 'Show' icon with a predefined size. This setup is intended to provide a secure and user-friendly
password entry experience.
Vedi anche