Workspace.toolbarPanels Property

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

Description

Gets the collection containing the panels associated with this workspace. It's through this collection that you can add new toolbar panels.

Syntax

"workspace_var" is a variable referencing a Workspace object.

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

// Get the value of the property.
Ptr<ToolbarPanels> propertyValue = workspace_var->toolbarPanels();

Property Value

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

Version

Introduced in version August 2014