Name
Textentry.Reject -- set characters rejected by text entry widget
Function
Set this to a string containing characters that should be rejected by the widget. For example, if you do not want to allow entering numbers you would set Textentry.Reject to "0123456789".

You can also use Textentry.Accept to selectively accept characters.

Type
String

Applicability
I


Show TOC