| 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; }
Public Property ShowSaveCheckBox As Boolean
Get
Set
public:
property bool ShowSaveCheckBox {
bool get ();
void set (bool value);
}
member ShowSaveCheckBox : bool with get, set
Property Value
Type:
Boolean when the "save password" checkbox is shown on the credentials dialog; otherwise,
.
The default value is
.
Remarks See Also