ToolbarTab.activate Method

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

Description

Activate this toolbar tab.

Syntax

"toolbarTab_var" is a variable referencing a ToolbarTab object.
returnValue = toolbarTab_var.activate()
"toolbarTab_var" is a variable referencing a ToolbarTab object.

#include <Core/UserInterface/ToolbarTab.h>

returnValue = toolbarTab_var->activate();

Return Value

Type Description
boolean Boolean return that indicates if the activation was successful or not.

Version

Introduced in version October 2019