Share

ToolbarTab.isVisible Property

Parent Object: ToolbarTab
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/ToolbarTab.h>

Description

Gets or sets whether this tab is currently being displayed in the user interface. By default, a tab is made visible if it is associated with the active workspace and hidden otherwise. Setting it here will override that default behavior.

Syntax

"toolbarTab_var" is a variable referencing a ToolbarTab object.

# Get the value of the property.
propertyValue = toolbarTab_var.isVisible

# Set the value of the property.
toolbarTab_var.isVisible = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version August 2019

Was this information helpful?