ToolbarControlList.count Property
Parent Object:
ToolbarControlListDefined in namespace "adsk::core" and the header file is <Core/UserInterface/ToolbarControlList.h>
Description
Gets the number of toolbar controls.
Syntax
"toolbarControlList_var" is a variable referencing a ToolbarControlList object.
# Get the value of the property. propertyValue = toolbarControlList_var.count
|
"toolbarControlList_var" is a variable referencing a ToolbarControlList object.
#include <Core/UserInterface/ToolbarControlList.h>
// Get the value of the property. uinteger propertyValue = toolbarControlList_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2014