![]() | InDesign SDK 20.5 |
#include <ProgressBar.h>
Public Member Functions | |
| SuppressProgressBarDisplay (bool16 suppressDisplay=kTrue) | |
Static Public Member Functions | |
| static bool16 | IsSuppressed () |
Protected Attributes | |
| IProgressBarManager * | fProgressMgr |
Stack based class to suppress subsequent progress bars. If you want to suppress the progress bar from showing, create this class on the stack. All progress bars "below" you will not display. If somebody "above" you has already created a progress bar, your suppression will be ignored.
Intended to be used as a stack based object, the lifetime of the suppression corresponding to the scope of the object.
| SuppressProgressBarDisplay::SuppressProgressBarDisplay | ( | bool16 | suppressDisplay = kTrue | ) |
Constructor
| static |
Have progress bars been suppressed?