Retrieve the active Toolbar being displayed in the user interface.
# Get the value of the property.propertyValue = userInterface_var.activeToolbar
#include <Core/UserInterface/UserInterface.h>// Get the value of the property.Ptr<Toolbar> propertyValue = userInterface_var->activeToolbar();