Click or drag to resize

PopupMenuSetHideOnWindowLoseFocus Method

Hides the PopupMenu when the window loses focus.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetHideOnWindowLoseFocus(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.PopupMenu.SetHideOnWindowLoseFocus(System.Boolean)"]

See Also