ComponentOne Input for WinForms
MaskInfo Class Properties

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : MaskInfo Class

For a list of all members of this type, see MaskInfo members.

Public Properties
 NameDescription
Public PropertyIf True, focus automatically moves to the next control when the mask is filled.  
Public PropertyTrue if comparison with mask literals is case-sensitive; otherwise, False.  
Public PropertyText entered by the user without literals (mask literals stripped).  
Public PropertyIf True, text copied to the clipboard includes literals.  
Public PropertyThe collection of user-defined mask characters.  
Public PropertyReturns the number of editable positions in the edit mask.  
Public PropertyThe edit mask string restricting user input.  
Public PropertyText in a readable format, with literals and without blanks.  
Public PropertyIf True, empty strings are interpreted as null values (DbNull).  
Public PropertyError message shown in the standard message box and/or if an exception occurs.  
Public PropertyManages inheritance of the MaskInfo properties from the host control properties.  
Public PropertyCharacter displayed on empty mask positions in edit mode.  
Public PropertyA System.String representing the mask in regular expression style.  
Public PropertyIf True, the stored text includes blank positions as StoredEmptyChar.  
Public PropertyIf True (default), the stored text includes literals.  
Public PropertyLiteral display method.  
Public PropertyIf True (default), optional mask positions are automatically skipped until the first position allowing the typed character.  
Public PropertyThe stored string obtained from the user input string.  
Public PropertyCharacter stored in empty mask positions.  
Top
See Also

Reference

MaskInfo Class
C1.Win.C1Input Namespace