Click or drag to resize

TreeItemIsButtonDisabled Method

Returns true if the button at index button_idx for the given column is disabled.

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

Parameters

column
Type: SystemInt32

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

buttonIdx
Type: SystemInt32

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TreeItem.IsButtonDisabled(System.Int32,System.Int32)"]

See Also