Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
void CProgressDlg::ShowCancelButton(bool show) {
5
m_ShowCancel = show;
6
}
7
8
void CProgressDlg::UpdateProgress(int value) {
9
if (m_Progress)
Callers
5
SymDownloadSymbol
Method · 0.80
OnServiceStart
Method · 0.80
OnServiceStop
Method · 0.80
OnServicePause
Method · 0.80
OnServiceContinue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected