Click or drag to resize

ControlFindNextValidFocus Method

Finds the next (below in the tree) Control that can receive the focus.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Control FindNextValidFocus()

Return Value

Type: Control

[Missing <returns> documentation for "M:Godot.Control.FindNextValidFocus"]

See Also