Click or drag to resize

ControlFocusMode Property

The focus access mode for the control (None, Click or All). Only one Control can be focused at the same time, and it will receive keyboard signals.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ControlFocusModeEnum FocusMode { get; set; }

Property Value

Type: ControlFocusModeEnum
See Also