PreProcessControlState Enum

Definition

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

public enum class PreProcessControlState
public enum PreProcessControlState
type PreProcessControlState = 
Public Enum PreProcessControlState
Inheritance
PreProcessControlState

Fields

MessageNeeded 1

Specifies that the control requires the message and that processing should continue.

MessageNotNeeded 2

Specifies that the control does not require the message.

MessageProcessed 0

Specifies that the message has been processed and no further processing is required.

Applies to