Click or drag to resize

ItemListSetAllowRmbSelect Method

Note: This API is now obsolete.

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

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

Parameters

allow
Type: SystemBoolean

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

See Also