TriadCommandInput.hideAll Method

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

Description

Hides all controls.

Syntax

"triadCommandInput_var" is a variable referencing a TriadCommandInput object.
returnValue = triadCommandInput_var.hideAll()
"triadCommandInput_var" is a variable referencing a TriadCommandInput object.

#include <Core/UserInterface/TriadCommandInput.h>

returnValue = triadCommandInput_var->hideAll();

Return Value

Type Description
boolean Returns true if hiding the controls was successful.

Version

Introduced in version May 2022