Click or drag to resize

FixedMaskedTextProviderIHandler Interface

Handler interface for implementations of the FixedMaskedTextProvider.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : IMaskedTextProvider

The FixedMaskedTextProviderIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAllowPromptAsInput
Gets a value indicating whether the PromptChar can be a valid input character by the user.
Public propertyAsciiOnly
Gets a value indicating whether the input only accepts ascii characters A-Z or a-z.
Public propertyAutoAdvance
Gets or sets a value indicating that the cursor position will advance past literals to the next available edit position automatically.
Public propertyCulture
Gets the culture for the mask, as specified in the constructor.
Public propertyIncludeLiterals
Gets or sets a value indicating that the Text property includes literals in the mask.
Public propertyIncludePrompt
Gets or sets a value indicating that the Text property includes prompt characters for each edit position in the mask.
Public propertyIsPassword
Gets or sets a value indicating whether the mask should be password protected.
Public propertyMask
Gets the mask for this provider, as specified in the constructor.
Public propertyMaskFull
Gets a value indicating that all available edit positions in the mask have been filled out.
Public propertyPasswordChar
In password mode, gets or sets the character to show for filled edit characters in the mask.
Public propertyPromptChar
Gets or sets the character to show for each unfilled edit position in the mask.
Public propertySkipLiterals
Gets or sets a value indicating that the user can type literals to skip them in the mask.
Top
Methods
  NameDescription
Public methodCreate
Called when a new instance of the FixedMaskedTextProvider is created
Top
See Also