Click or drag to resize

CredentialDialogIsSaveChecked Property

Gets or sets whether the "save password" checkbox is checked.

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

Property Value

Type: Boolean
if the "save password" is checked; otherwise, . The default value is .
Remarks
The value of this property is only valid if the dialog box is displayed with a save checkbox. Set this property before showing the dialog to determine the initial checked value of the save checkbox.
See Also