| void CBCGPButton::SetTemporaryDisabled | ( | UINT | nDelay, |
| LPCTSTR | lpszTempDisabledFmt = _T(" (%d)"), |
||
| BOOL | bCounterOnRight = TRUE, |
||
| BOOL | bHide = FALSE |
||
| ) |
Make the push button temporarily disabled for the specified number of seconds.
| nDelay | The number of seconds to be disabled. |
| lpszTempDisabledFmt | The backward counter text format of the temporarily disabled button. " (%d)" by default. |
| bCounterOnRight | Specifies whether the backward counter text label is located on the right. TRUE by default. |
| bHide | Specifies whether the temporarily disabled push button should be hidden. FALSE by default. |