Click or drag to resize

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; }

Property Value

Type: Boolean
if the input is masked; otherwise, . The default value is .
See Also