WorkflowDesignerMessageFilter::MessageHitTestContext Property

 

Gets the HitTestInfo that describes the context of the WorkflowDesignerMessageFilter.

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

protected:
property HitTestInfo^ MessageHitTestContext {
	HitTestInfo^ get();
}

Property Value

Type: System.Workflow.ComponentModel.Design::HitTestInfo^

A HitTestInfo object that contains information about the context of the WorkflowDesignerMessageFilter.

The HitTestInfo contains information about the area and the context of the area hit, including any designers hit and the area on the designer hit.

.NET Framework
Available since 3.0
Return to top
Show: