FilterStyle Property
Description
This style determines what type of keystrokes to accept from the user.
Type
This property is a integer. The valid values are:
- 0 (String)
- 1 (Angle Units Filter)
- 2 (Integer Filter)
- 3 (Numeric Filter)
- 4 (Symbol Filter)
- 5 (Upper Case)
- 6 (Lower Case)
- 7 (Password)
- 8 (Multiline String)
Applies For
TextBox.
Remarks
This property can only be set at design time only.
Cannot be read at runtime from AutoLISP.