SequentialActivityDesigner.HitTest(Point) Method

Definition

Returns information about the SequentialActivityDesigner at the specified point on the workflow design surface.

public override System.Workflow.ComponentModel.Design.HitTestInfo HitTest(System.Drawing.Point point);

Parameters

point
Point

The Point location on the workflow design surface from which to gather information.

Returns

A HitTestInfo that contains information about the SequentialActivityDesigner.

Remarks

The information returned by HitTest is based on the point on the workflow design surface that was passed to it. It includes the activity designer associated with the point, the bounds of that activity designer, the exact hit location of the point, any selectable objects associated with the point, and any user data associated with the point.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1