Click or drag to resize

TreeItemSetButtonDisabled Method

If true, disables the button at index button_idx in column column.

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

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.TreeItem.SetButtonDisabled(System.Int32,System.Int32,System.Boolean)"]

buttonIdx
Type: SystemInt32

[Missing <param name="buttonIdx"/> documentation for "M:Godot.TreeItem.SetButtonDisabled(System.Int32,System.Int32,System.Boolean)"]

disabled
Type: SystemBoolean

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

See Also