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; }
Public ReadOnly Property AllowPromptAsInput As Boolean
Get
member AllowPromptAsInput : bool with get
Property Value
Type:
Booleantrue to allow prompt as input; otherwise,
false.
See Also