AddProgressBackgroundWork Method
Allows the user to add a progress bar when main thread is working.
public void AddProgressBackgroundWork(
Progress ,
BackgroundProgressWorkDelegate
)
public:
void AddProgressBackgroundWork(
Progress^ ,
BackgroundProgressWorkDelegate^
)
Parameters
- pProgress
- The Progress at work.
- workDelegate
- The work to be done.