Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the type and state of the progress indicator displayed on a taskbar button.
void SetProgressBarState(
TBPFLAG tbpFlags
);
Parameters
- tbpFlags
Flags that control the current state of the progress button. Specify only one of the following flags because all states are mutually exclusive: TBPF_NOPROGRESS, TBPF_INDETERMINATE, TBPF_NORMAL, TBPF_ERROR, TBPF_PAUSED.
Requirements
Header: afxwin.h