MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / ShowCancelButton

Method ShowCancelButton

WinArk/ProgressDlg.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "ProgressDlg.h"
3
4void CProgressDlg::ShowCancelButton(bool show) {
5 m_ShowCancel = show;
6}
7
8void CProgressDlg::UpdateProgress(int value) {
9 if (m_Progress)

Callers 5

SymDownloadSymbolMethod · 0.80
OnServiceStartMethod · 0.80
OnServiceStopMethod · 0.80
OnServicePauseMethod · 0.80
OnServiceContinueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected