This documentation is archived and is not being maintained.
ConnectionPoint Class
Visual Studio 2010
Represents a connection point that is displayed on the outer edges of an activity designer on a workflow design surface.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The ConnectionPoint type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConnectionPoint | Initializes a new instance of the ConnectionPoint class by using the specified ActivityDesigner, DesignerEdges enumeration value, and an integer. |
| Name | Description | |
|---|---|---|
![]() | AssociatedDesigner | Gets the activity designer to which the connection point belongs. |
![]() | Bounds | Gets the bounding rectangle for the connection point. |
![]() | ConnectionEdge | Gets the designer edge on which the connection point appears. |
![]() | ConnectionIndex | Gets the connection index for the current ConnectionPoint. |
![]() | Location | Gets a point that represents the logical location of the ConnectionPoint on the associated ActivityDesigner. |
| Name | Description | |
|---|---|---|
![]() | Equals | Returns a value that indicates whether the current ConnectionPoint is equal to the specified object. (Overrides Object::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code for the current ConnectionPoint. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnPaint | Performs all tasks required to render the ConnectionPoint on the activity designer surface. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
Show:
