ComponentState Enum

Definition

Values that are states that can be used to determine the state the component manager is referring to in a OnEnterState callback.

public enum class ComponentState
public enum class ComponentState
enum ComponentState
public enum ComponentState
type ComponentState = 
Public Enum ComponentState
Inheritance
ComponentState

Fields

Modal 1

Modal state; disable toplevel windows

Recording 4

Recording state

RedrawOff 2

Disable window repainting

Unknown 0

Unknown state

WarningsOff 3

Disable user warnings

Applies to