TabCommandInput.activate Method

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

Description

Sets this to be the currently activated (selected) tab.

Syntax

"tabCommandInput_var" is a variable referencing a TabCommandInput object.
returnValue = tabCommandInput_var.activate()
"tabCommandInput_var" is a variable referencing a TabCommandInput object.

#include <Core/UserInterface/TabCommandInput.h>

returnValue = tabCommandInput_var->activate();

Return Value

Type Description
boolean Returns true if the TabCommandInput was successfully activated.

Version

Introduced in version July 2015