Modifier

WorkflowDesignerMessageFilter.MessageHitTestContext Property

Definition

Gets the HitTestInfo that describes the context of the WorkflowDesignerMessageFilter.

protected:
 property System::Workflow::ComponentModel::Design::HitTestInfo ^ MessageHitTestContext { System::Workflow::ComponentModel::Design::HitTestInfo ^ get(); };
protected System.Workflow.ComponentModel.Design.HitTestInfo MessageHitTestContext { get; }
member this.MessageHitTestContext : System.Workflow.ComponentModel.Design.HitTestInfo
Protected ReadOnly Property MessageHitTestContext As HitTestInfo

Property Value

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

Remarks

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.

Applies to