Skip to content

FocusBehavior Enum

How the console handles becoming focused and added to the FocusedScreenObjects collection.

C#
public enum FocusBehavior

Becomes the only active input object when focused.

C#
Set = 0

Pushes to the top of the stack when it becomes the active input object.

C#
Push = 1

Don’t use the global focus manager.

C#
None = 2