Click or drag to resize

TabContainerGetTabTitle Method

Returns the title of 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 string GetTabTitle(
	int tabIdx
)

Parameters

tabIdx
Type: SystemInt32

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.TabContainer.GetTabTitle(System.Int32)"]

See Also