ToolbarTabList.count Property

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

Description

Gets the number of toolbar tabs in the collection.

Syntax

"toolbarTabList_var" is a variable referencing a ToolbarTabList object.

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

// Get the value of the property.
uinteger propertyValue = toolbarTabList_var->count();

Property Value

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

Samples

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

Version

Introduced in version August 2019