The methods of the MaskedTextProvider class are listed below. For a complete list of MaskedTextProvider class members, see the MaskedTextProvider Members topic.
![]() AddMaskChar | Add mask character. |
![]() IsValidMaskChar | Determines whether the specified character is a valid mask character. |
![]() RemoveMaskChar | Remove mask character. |
Clear | Clears all the editable input characters from the formatted string, replacing them with prompt characters. |
Clone | Creates a new object that is a copy of the current instance. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FindEditPositionFrom | Returns the position of the first editable position after the specified position using the specified search direction. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InsertAt | Inserts the specified character at the specified position within the formatted string. |
RemoveAt | Overloaded. Removes the assigned character at the specified position from the formatted string. |
Replace | Overloaded. Replaces a single character at or beyond the specified position with the specified character value. |
Set | Sets the formatted string to the specified input string. |
ToDisplayString | Overloaded. Returns the formatted string in a displayable form. |
ToString | Overloaded. Returns the formatted string that includes all the assigned character values. |
VerifyChar | Tests whether the specified character could be set successfully at the specified position. |
VerifyString | Tests whether the specified string could be set successfully. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnTextChanged | Raises the TextChanged event. |
MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace