Delegate TextField.Rule
A delegate method used for InputRule. It should return whether the given text can be added to the text field.
public delegate bool TextField.Rule(TextField field, string textToAdd)
Parameters
Returns
- bool
- A delegate method used for . It should return whether the given text can be added to the text field.