PreProcessControlState Enumeration
.NET Framework (current version)
Provides options that specify the relationship between the control and preprocessing messages.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| MessageNeeded | Specifies that the control requires the message and that processing should continue. | |
| MessageNotNeeded | Specifies that the control does not require the message. | |
| MessageProcessed | Specifies that the message has been processed and no further processing is required. |
.NET Framework
Available since 2.0
Available since 2.0
Show: