Programming with Reflection
AllowInvalidThaiInput property
Syntax |
object.AllowInvalidThaiInput |
Data type |
Returns (first syntax line) or specifies (second syntax line) how Reflection handles validity checking of Thai characters. By default, when you enter Thai characters in a host application, Reflection determines whether the input is legal according to the rules of Thai character composition. Setting this property to True turns off this validity checking. This property supports host applications that compose valid Thai characters from base characters and accent marks entered as separate characters in the terminal session.
The defalut is False.