MaskedTextProvider::Clear Method (MaskedTextResultHint%)
.NET Framework (current version)
Clears all the editable input characters from the formatted string, replacing them with prompt characters, and then outputs descriptive information.
Assembly: System (in System.dll)
Parameters
- resultHint
-
Type:
System.ComponentModel::MaskedTextResultHint%
A MaskedTextResultHint that succinctly describes the result of the operation. An output parameter.
The Clear(MaskedTextResultHint%) method reinitializes the formatted string, inserting the prompt character into all editable positions. It functions equivalently to the overridden version that takes no parameters, Clear(), except it outputs additional information.
.NET Framework
Available since 2.0
Available since 2.0
Show: