Click or drag to resize

CredentialDialogShowSaveCheckBox Property

Gets or sets a value that indicates whether a check box is shown on the dialog that allows the user to choose whether to save the credentials or not.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ShowSaveCheckBox { get; set; }

Property Value

Type: Boolean
when the "save password" checkbox is shown on the credentials dialog; otherwise, . The default value is .
Remarks
When this property is set to , you must call the ConfirmCredentials(Boolean) method to save the credentials. When this property is set to , the credentials will never be saved, and you should not call the ConfirmCredentials(Boolean) method.
See Also