Click or drag to resize

IMaskedTextProviderMaskCompleted Property

Gets a value indicating whether the mask has all required text to pass its validation.

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

Property Value

Type: Boolean
true if mask is completed; otherwise, false.
See Also