get_WorkerReportsProgress()

BackgroundWorker::get_WorkerReportsProgress() const method

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

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

Return Value

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

See Also