| 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; }
Public Property IsSaveChecked As Boolean
Get
Set
public:
property bool IsSaveChecked {
bool get ();
void set (bool value);
}
member IsSaveChecked : bool with 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