MobileForms Toolkit Documentation

MaskFormat Enumeration

Defines how to format the text inside of a MaskedTextBox.

public enum MaskFormat

Remarks

This enumeration is used by TextMaskFormat to control how text is returned by using the Textproperty.

Members

Member Name Description
IncludePrompt Return text input by the user as well as any instances of the prompt character.
IncludeLiterals Return text input by the user as well as any literal characters defined in the mask.
IncludePromptAndLiterals Return text input by the user as well as any literal characters defined in the mask and any instances of the prompt character.
ExcludePromptAndLiterals Return only text input by the user.

Requirements

Namespace: Resco.Controls.MaskedTextBox

Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)

See Also

Resco.Controls.MaskedTextBox Namespace