SequentialActivityDesigner.HitTest(Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
public override System.Workflow.ComponentModel.Design.HitTestInfo HitTest (System.Drawing.Point point);
override this.HitTest : System.Drawing.Point -> System.Workflow.ComponentModel.Design.HitTestInfo
Public Overrides Function HitTest (point As Point) As HitTestInfo
Parameters
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.