Click or drag to resize

TabContainerSetTabTitle Method

Sets a title for the tab at index tab_idx. Tab titles default to the name of the indexed child node, but this can be overridden with SetTabTitle(Int32, String).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetTabTitle(
	int tabIdx,
	string title
)

Parameters

tabIdx
Type: SystemInt32

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

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:Godot.TabContainer.SetTabTitle(System.Int32,System.String)"]

See Also