void CBCGPStatusBar::SetPaneProgress | ( | int | nIndex, |
long | nCurr, | ||
BOOL | bUpdate = TRUE |
||
) |
Sets the current progress of the indicator's progress bar for a given index.
Call this member function every time you need to update the progress for the progress bar that has been enabled for the pane.
To use this function for the given pane, you must call EnablePaneProgressBar() first.
nIndex | Index of the pane whose progress is to be updated. |
nCurr | Specifies the current value of the progress. |
bUpdate | Specifies whether the pane should be updated immediately. |