C1.Win.Input Namespace / LiteralDisplayMode Enumeration

LiteralDisplayMode Enumeration
Specifies the literal display method.
Syntax
'Declaration
 
Public Enum LiteralDisplayMode 
   Inherits System.Enum
 
Members
MemberDescription
FreeFormatEntryThe mask is validated on exit (no literals or prompt chars displayed automatically).
ShowAlwaysThe whole mask is shown when editing begins (empty spaces filled with PromptChar).
WhenNextStartedThe literals will be inserted after the user enters the first character of the field that follows the literals.
WhenPrevFilledLiterals that follows the input mask will be inserted after the user enters the last character in the current field.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.Input.LiteralDisplayMode

See Also