Click or drag to resize

TabContainerGetTabControl Method

Returns the Control node from the tab at index tab_idx.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Control GetTabControl(
	int tabIdx
)

Parameters

tabIdx
Type: SystemInt32

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

Return Value

Type: Control

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

See Also