This documentation is archived and is not being maintained.

ConnectorHitTestInfo Class

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

System::Object
  System.Workflow.ComponentModel.Design::HitTestInfo
    System.Workflow.ComponentModel.Design::ConnectorHitTestInfo

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

public ref class ConnectorHitTestInfo : public HitTestInfo

The ConnectorHitTestInfo type exposes the following members.

  NameDescription
Public methodConnectorHitTestInfoInitializes a new instance of the ConnectorHitTestInfo class.
Top

  NameDescription
Public propertyAssociatedDesignerGets the ActivityDesigner associated with the HitTestInfo class. (Inherited from HitTestInfo.)
Public propertyBoundsGets the bounding rectangle for the connector that was clicked. (Overrides HitTestInfo::Bounds.)
Public propertyHitLocationContains information about where the hit occurred. (Inherited from HitTestInfo.)
Public propertySelectableObjectGets a selectable object associated with the hit area. (Overrides HitTestInfo::SelectableObject.)
Public propertyUserDataGets the user data associated with the HitTestInfo. (Inherited from HitTestInfo.)
Top

  NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current ConnectorHitTestInfo. (Overrides Object::Equals(Object).)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeReturns the hash code for the current ConnectorHitTestInfo. (Overrides Object::GetHashCode().)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodMapToIndexReturns the index of the connector that the user clicked. (Overrides HitTestInfo::MapToIndex().)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

.NET Framework

Supported in: 4, 3.5, 3.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: