Click or drag to resize

PopupMenuSetAllowSearch Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.PopupMenu.SetAllowSearch(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAllowSearch is deprecated. Use the AllowSearch property instead.")]
public void SetAllowSearch(
	bool allow
)

Parameters

allow
Type: SystemBoolean

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

See Also