System.Windows.Forms.PreProcessControlState Enumeration

Provides options that specify the relationship between the control and preprocessing messages.

Syntax

public enum PreProcessControlState

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0