共用方式為


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

Name Value Description
Unknown 0

Unknown state

Modal 1

Modal state; disable toplevel windows

RedrawOff 2

Disable window repainting

WarningsOff 3

Disable user warnings

Recording 4

Recording state

Applies to