ProgressDialog.isBackgroundTranslucent Property
Parent Object: ProgressDialogDefined in namespace "adsk::core" and the header file is <Core/UserInterface/ProgressDialog.h>
Description
Gets and sets if the dialog background is translucent. This is false by default
Syntax
"progressDialog_var" is a variable referencing a ProgressDialog object.
|
Property Value
This is a read/write property whose value is a boolean.Samples
Name | Description |
Progress Dialog API Sample | Demonstrates how to use progress dialog |