Click or drag to resize

ItemListSetItemDisabled Method

Disables (or enables) the item at the specified index.

Disabled items cannot be selected and do not trigger activation signals (when double-clicking or pressing Enter).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetItemDisabled(
	int idx,
	bool disabled
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.ItemList.SetItemDisabled(System.Int32,System.Boolean)"]

disabled
Type: SystemBoolean

[Missing <param name="disabled"/> documentation for "M:Godot.ItemList.SetItemDisabled(System.Int32,System.Boolean)"]

See Also