AutoFill Property  
 

Determines whether the browser can store and suggest form data.

Syntax

object.AutoFill [= value ]

Remarks

The AutoFill property enables automatic saving of credentials in the runtime's password store. When this property is set, the control prompts to save usernames and passwords entered in forms, making them available for later autofill. While convenient for end users, applications embedding the control may choose to disable this to avoid storing sensitive information on the client system, particularly in enterprise or shared environments.

Data Type

Boolean

See Also

AllowNavigation Property, AllowScripting Property, AllowZoom Property, ContextMenu Property, DevTools Property, SavePasswords Property