TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum ComponentState in Tinman.AddOns.GUI

enum ComponentState  

Items

Normal = 0

The component is visible and enabled.

Hidden = 1

The component is hidden.

Remarks:

Hidden components are ignored in layout and not rendered. They cannot consume user input.

Disabled = 2

The component is disabled.

Remarks:

Disabled components are visible but cannot consume user input.