Metodo PasswordButtonEditOnPressButton
|
Handles the button press event by temporarily disabling password masking in the editor control.
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 28.1.0
Sintassiprotected override void OnPressButton(
EditorButtonObjectInfoArgs buttonInfo
)
Protected Overrides Sub OnPressButton (
buttonInfo As EditorButtonObjectInfoArgs
)
protected:
virtual void OnPressButton(
EditorButtonObjectInfoArgs^ buttonInfo
) override
abstract OnPressButton :
buttonInfo : EditorButtonObjectInfoArgs -> unit
override OnPressButton :
buttonInfo : EditorButtonObjectInfoArgs -> unit Parametri
- buttonInfo EditorButtonObjectInfoArgs
- Information about the editor button that was pressed, including its context and associated data.
NoteThis 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