System::ComponentModel::BackgroundWorker::get_WorkerReportsProgress method

BackgroundWorker::get_WorkerReportsProgress method

Gets a value indicating whether the System::ComponentModel::BackgroundWorker can report progress updates.

bool System::ComponentModel::BackgroundWorker::get_WorkerReportsProgress() const

ReturnValue

true if the System::ComponentModel::BackgroundWorker supports progress updates otherwise false. The default is false.

See Also