Table of Contents

Delegate TextField.Rule

Namespace
MLEM.Ui.Elements
Assembly
MLEM.Ui.dll

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

field TextField

The text field

textToAdd string

The text that is tried to be added

Returns

bool
A delegate method used for . It should return whether the given text can be added to the text field.