company logo

CTX_DisplayState - Display states

Display states describe the visibility of an GUI element or property/instance.

Enumarators overview

Enumerator details

  1. DSP_undefined - Display state is undefined
    Code: 0
    to list
  2. DSP_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
  3. DSP_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
  4. DSP_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