Click or drag to resize

Metodo PasswordButtonEditOnPressButton

Handles the button press event by temporarily disabling password masking in the editor control.

Namespace: QsUI
Assembly: QsUI (in QsUI.dll) Versione: 28.1.0
Sintassi
protected override void OnPressButton(
	EditorButtonObjectInfoArgs buttonInfo
)

Parametri

buttonInfo  EditorButtonObjectInfoArgs
Information about the editor button that was pressed, including its context and associated data.
Note
This method overrides the base implementation to reveal the password by setting the editor's password masking properties. The original masking settings are preserved and can be restored after the operation. This is typically used to allow users to view the password when a 'show password' button is pressed.
Vedi anche