[]
        
(Showing Draft Content)

C1.Win.Input.LiteralDisplayMode

LiteralDisplayMode Enum

Specifies the literal display method.

Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public enum LiteralDisplayMode

Fields

Name Description
FreeFormatEntry

The mask is validated on exit (no literals or prompt chars displayed automatically).

ShowAlways

The whole mask is shown when editing begins (empty spaces filled with PromptChar).

WhenNextStarted

The literals will be inserted after the user enters the first character of the field that follows the literals.

WhenPrevFilled

Literals that follows the input mask will be inserted after the user enters the last character in the current field.