Click or drag to resize

TabContainerSetTabDisabled Method

If disabled is false, hides the tab at index tab_idx.

Note: Its title text will remain, unless also removed with SetTabTitle(Int32, String).

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

Parameters

tabIdx
Type: SystemInt32

[Missing <param name="tabIdx"/> documentation for "M:Godot.TabContainer.SetTabDisabled(System.Int32,System.Boolean)"]

disabled
Type: SystemBoolean

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

See Also