MobileForms Toolkit Documentation

MaskedTextProvider Methods

The methods of the MaskedTextProvider class are listed below. For a complete list of MaskedTextProvider class members, see the MaskedTextProvider Members topic.

Public Static Methods

AddMaskChar Add mask character.
IsValidMaskChar Determines whether the specified character is a valid mask character.
RemoveMaskChar Remove mask character.

Public Instance Methods

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.
RemoveAtOverloaded. Removes the assigned character at the specified position from the formatted string.
ReplaceOverloaded. 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.
ToDisplayStringOverloaded. Returns the formatted string in a displayable form.
ToStringOverloaded. 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.

Protected Instance Methods

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.

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace