ProgressBar.hide Method

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

Description

Hides the progress or busy bar. This should be used when the process has completed.

Syntax

"progressBar_var" is a variable referencing a ProgressBar object.
returnValue = progressBar_var.hide()
"progressBar_var" is a variable referencing a ProgressBar object.

#include <Core/UserInterface/ProgressBar.h>

returnValue = progressBar_var->hide();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version May 2024