DisplayStates - Display states
Display states describe the visibility of an property or instance.
Enumerator details
- 
Hidden - Element is hidden
 A GUI (control) or data (property, instance) element is hidden, i.e. it is not visible (cannot be read) and cannot be updated/edited. Code: 1
 to list
- 
Disabled - Element is disabled
 A GUI (control) or data (property, instance) element is disabled, i.e. it is visible (can be read), but cannot be updated/edited. Code: 2
 to list
- 
Visible - Element is visible and accessible
 A GUI (control) or data (property, instance) element is visible, i.e. it can be read and updated/edited. Code: 3
 to list

