WorkflowDesignerMessageFilter::ProcessMessage Method (Message)

 

Occurs when a raw Win32 message must be processed.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual bool ProcessMessage(
	Message message
)

Parameters

message
Type: System.Windows.Forms::Message

The Message to handle.

Return Value

Type: System::Boolean

true if the message is handled; otherwise, false.

The WorkflowView can receive raw Win32 messages from the operating system. Messages forward to the WorkflowDesignerMessageFilter to be handled.

.NET Framework
Available since 3.0
Return to top
Show: