ITextValidator Class |
Namespace: GeonBit.UI.Entities.TextValidators
public class ITextValidator
The ITextValidator type exposes the following members.
Name | Description | |
---|---|---|
ITextValidator | Initializes a new instance of the ITextValidator class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateText |
Get the new text input value and return true if valid.
This function can either return false to scrap input changes, or change the text and return true.
|