Go to the source code of this file.
|
const short | ListBox = 1 |
| denotes a control which allows the user to choose from a list of possible property values More...
|
|
const short | ComboBox = 2 |
| denotes a control which allows the user to choose from a list of possible property values, combined with the possibility to enter a new property value. More...
|
|
const short | TextField = 3 |
| denotes a control which allows the user to enter property values consisting of a single line of text More...
|
|
const short | MultiLineTextField = 4 |
| denotes a control which allows the user to enter pure text, including line breaks More...
|
|
const short | CharacterField = 5 |
| denotes a control which allows the user to enter a single character More...
|
|
const short | StringListField = 6 |
| denotes a control which allows the user to enter a list of single-line strings More...
|
|
const short | ColorListBox = 7 |
| denotes a control which allows the user to choose from a list of colors. More...
|
|
const short | NumericField = 8 |
| denotes a control which allows the user to enter a numerical value More...
|
|
const short | DateField = 9 |
| denotes a control which allows the user to enter a date value More...
|
|
const short | TimeField = 10 |
| denotes a control which allows the user to enter a time value More...
|
|
const short | DateTimeField = 11 |
| denotes a control which allows the user to enter a combined date/time value More...
|
|
const short | HyperlinkField = 12 |
| denotes a control which displays a string in a hyperlink-like appearance More...
|
|
const short | Unknown = 13 |
| denotes a non-standard property control, which is usually provided by an XPropertyHandler More...
|
|