UserInterface.activeToolbarTab Property
Parent Object:
UserInterfaceDefined in namespace "adsk::core" and the header file is <Core/UserInterface/UserInterface.h>
Description
Retrieve the active ToolbarTab being displayed in the user interface. This may be null.
Syntax
"userInterface_var" is a variable referencing a UserInterface object.
# Get the value of the property. propertyValue = userInterface_var.activeToolbarTab
|
"userInterface_var" is a variable referencing a UserInterface object.
#include <Core/UserInterface/UserInterface.h>
// Get the value of the property. Ptr<ToolbarTab> propertyValue = userInterface_var->activeToolbarTab();
|
Property Value
This is a read only property whose value is a
ToolbarTab.
Version
Introduced in version May 2024