| InputDialogUsePasswordMasking Property |
Gets or sets a value that indicates whether the input will be masked using the system password character.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool UsePasswordMasking { get; set; }
Public Property UsePasswordMasking As Boolean
Get
Set
public:
property bool UsePasswordMasking {
bool get ();
void set (bool value);
}
member UsePasswordMasking : bool with get, set
Property Value
Type:
Boolean if the input is masked; otherwise,
. The default value is
.
See Also