Click or drag to resize

TabContainerSetCurrentTab Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCurrentTab is deprecated. Use the CurrentTab property instead.")]
public void SetCurrentTab(
	int tabIdx
)

Parameters

tabIdx
Type: SystemInt32

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

See Also