UserInterface.isTabbedToolbarUI Property

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

Description

Returns true if Tabbed Toolbars are being used.

Syntax

"userInterface_var" is a variable referencing a UserInterface object.

# Get the value of the property.
propertyValue = userInterface_var.isTabbedToolbarUI
"userInterface_var" is a variable referencing a UserInterface object.
#include <Core/UserInterface/UserInterface.h>

// Get the value of the property.
boolean propertyValue = userInterface_var->isTabbedToolbarUI();

Property Value

This is a read only property whose value is a boolean.

Samples

Name Description
Tabbed Toolbar API Sample Demonstrates how to work with the tabbed toolbar API.

Version

Introduced in version August 2019