InputMode enum
Mode in which a subscription input should be entered (in a UI)
Fields
| None = 0 | This input should not be shown in the UI |
| TextBox = 10 | An input text box should be shown |
| PasswordBox = 20 | An password input box should be shown |
| Combo = 30 | A select/combo control should be shown |
| RadioButtons = 40 | Radio buttons should be shown |
| CheckBox = 50 | Checkbox should be shown(for true/false values) |
| TextArea = 60 | A multi-line text area should be shown |