ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / MaskInfo Class
Properties Methods


In This Topic
    MaskInfo Class Members
    In This Topic

    The following tables list the members exposed by MaskInfo.

    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
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodReturns the string containing characters entered by the user, including those on optional positions that were left blank (skipped).  
    Public MethodReturns a string formatted for display using edit mask.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodReturns the string that will be stored in the database, in accordance with current values of SaveLiterals, SaveBlanks and StoredEmptyChar properties.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodReturns True if EditMask is non-empty and the control is in edit mode.  
    Public MethodReturns True if the input string is valid with respect to the edit mask.  
    Public MethodResets whole MaskInfo property of base control  
    Public MethodResets the text to the string representing a DBNull value.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Top
    See Also