Applies to
WebBrowser controls
Description
Specifies whether the browser shows the "Save password" prompt when users log in. The default value is TRUE.
Usage
In a painter
To set the PasswordAutosave property:
-
Select the PasswordAutosave check box on the General page of the control's Properties view.
In scripts
The PasswordAutosave property takes a boolean value. This example specifies that the "Save password" prompt will not show.
// Suppress the password save dialog to prevent saving sensitive credentials. wb_1.PasswordAutosave = False


