ProgressDialog.isShowing Property
Parent Object:
ProgressDialogDefined in namespace "adsk::core" and the header file is <Core/UserInterface/ProgressDialog.h>
Description
Gets if the Progress Dialog is currently being displayed
Syntax
"progressDialog_var" is a variable referencing a ProgressDialog object.
# Get the value of the property. propertyValue = progressDialog_var.isShowing
|
"progressDialog_var" is a variable referencing a ProgressDialog object.
#include <Core/UserInterface/ProgressDialog.h>
// Get the value of the property. boolean propertyValue = progressDialog_var->isShowing();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version January 2016