Click or drag to resize

TabContainerAreTabsVisible Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TabContainer.AreTabsVisible"]

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.TabContainer.AreTabsVisible"]

See Also