MaskedTextProvider::GetOperationResultFromHint Method (MaskedTextResultHint)
Determines whether the specified MaskedTextResultHint denotes success or failure.
Assembly: System (in System.dll)
Parameters
- hint
-
Type:
System.ComponentModel::MaskedTextResultHint
A MaskedTextResultHint value typically obtained as an output parameter from a previous operation.
Return Value
Type: System::Booleantrue if the specified MaskedTextResultHint value represents a success; otherwise, false if it represents failure.
The following methods of the MaskedTextProvider class contain a parameter of type MaskedTextResultHint that is used to output information about the operation of the method: Add, Clear, InsertAt, Remove, RemoveAt, Replace, Set, VerifyChar, and VerifyString. The GetOperationResultFromHint method interprets this value and returns a Boolean value that indicates whether the MaskedTextResultHint has signaled that the operation was a success or failure.
Available since 2.0