Name
String.Reject -- set/get characters rejected by string gadget
Function
A string containing characters that should not be accepted as input for the string gadget. Whenever the user hits such a char, he will hear a beep and gadgets contents won't have changed.

Type
String

Applicability
ISG

Example
mui.Set(obj, "Reject", "0123456789")
The above code will set a string gadget to reject numbers.

Show TOC