Click or drag to resize

VariableMaskedTextProvider Properties

The VariableMaskedTextProvider type exposes the following members.

Properties
  NameDescription
Protected propertyBuilder
Gets the underlying string builder for the current mask text value.
Public propertyDisplayText
Gets the display text, including prompt characters.
Public propertyEditPositions
Gets an enumeration of all valid edit positions in the mask.
Public propertyIsEmpty
Gets a value indicating the mask is empty with no characters filled out.
Public propertyMaskCompleted
Gets a value indicating whether the mask has all required text to pass its validation.
Public propertyText
Gets or sets the text, usually excluding prompt or literal characters depending on the mask provider.
Top
See Also