Click or drag to resize

FixedMaskedTextProviderAllowPromptAsInput Property

Gets a value indicating whether the PromptChar can be a valid input character by the user.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool AllowPromptAsInput { get; }

Property Value

Type: Boolean
true to allow prompt as input; otherwise, false.
See Also