ConnectorHitTestInfo Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Contains information about a connector at a specified coordinate in StructuredCompositeActivityDesigner and all classes that inherit from it.

public ref class ConnectorHitTestInfo : System::Workflow::ComponentModel::Design::HitTestInfo
public class ConnectorHitTestInfo : System.Workflow.ComponentModel.Design.HitTestInfo
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ConnectorHitTestInfo : System.Workflow.ComponentModel.Design.HitTestInfo
type ConnectorHitTestInfo = class
    inherit HitTestInfo
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ConnectorHitTestInfo = class
    inherit HitTestInfo
Public Class ConnectorHitTestInfo
Inherits HitTestInfo
Inheritance
ConnectorHitTestInfo
Attributes

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Constructors

ConnectorHitTestInfo(CompositeActivityDesigner, HitTestLocations, Int32)

Initializes a new instance of the ConnectorHitTestInfo class.

Properties

AssociatedDesigner

Gets the ActivityDesigner associated with the HitTestInfo class.

(Inherited from HitTestInfo)
Bounds

Gets the bounding rectangle for the connector that was clicked.

HitLocation

Contains information about where the hit occurred.

(Inherited from HitTestInfo)
SelectableObject

Gets a selectable object associated with the hit area.

UserData

Gets the user data associated with the HitTestInfo.

(Inherited from HitTestInfo)

Methods

Equals(Object)

Determines whether the specified Object is equal to the current ConnectorHitTestInfo.

GetHashCode()

Returns the hash code for the current ConnectorHitTestInfo.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MapToIndex()

Returns the index of the connector that the user clicked.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to