Click or drag to resize

TabContainerSetTabsVisible Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTabsVisible is deprecated. Use the TabsVisible property instead.")]
public void SetTabsVisible(
	bool visible
)

Parameters

visible
Type: SystemBoolean

[Missing <param name="visible"/> documentation for "M:Godot.TabContainer.SetTabsVisible(System.Boolean)"]

See Also