ProgressBarMessages Enumeration
The system sends or posts a system-defined message when it communicates with an application.
It uses these messages to control the operations of applications and to provide input and other information for applications to process.
An application can also send or post system-defined messages.
Applications generally use these messages to control the operation of control windows created by using preregistered window classes.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ProgressBarMessages
Public Enumeration ProgressBarMessages
Dim instance As ProgressBarMessages
public enum class ProgressBarMessages
No code example is currently available or this language may not be supported.
Null |
0 |
The Null message performs no operation.
An application sends the Null message if it wants to
post a message that the recipient window will ignore.
|
SetState |
1,040 |
Sets the state of the progress bar.
wParam
State of the progress bar that is being set.
lParam
Must be zero.
|