DictionaryUIGroup Enumeration | |
Dictionary user interface groups
Namespace:
SOWIData.Management
Assembly:
SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public enum DictionaryUIGroup
Public Enumeration DictionaryUIGroup
Members
| Member name | Value | Description |
---|
| None | 0 |
no selection
|
| Controller | 1 |
User interface dictionary group Controller labels
|
| Action | 2 |
User interface dictionary group controller Action labels
|
| Field | 3 |
User interface dictionary group Filed labels e.g. using for data lists and data forms
|
| Message | 4 |
User interface dictionary group Messages.
When using this then puts name using enumeration SIC.Messages to string or individual label.
|
| Module | 5 |
module label group
|
| Button | 6 |
button label group
|
| Label | 7 |
labels group
|
| Text | 8 |
text group
|
| Title | 9 |
titels group
|
| Enumeration | 10 |
enumeration label group
|
| Help | 11 |
Help use for user interface Tooltip
|
See Also