Search
TreeViewConnectionPoint Members
Constructors Properties Methods
 


Represents a connection between a link and a TreeViewNode.

The following tables list the members exposed by the TreeViewConnectionPoint type.

 Public Constructors

  Name Description

TreeViewConnectionPoint

Initializes a new instance of the TreeViewConnectionPoint class.

 Public Properties

  Name Description

AnchorPointIndex

Gets or sets the index of the destination anchor point within the AnchorPattern that contains it. (Inherited from ConnectionPoint.)

RelativePosition

Gets or sets the position of this connection point, relative to the associated node's bounding rectangle, expressed in percents. (Inherited from ConnectionPoint.)

Row

ConnectionPoint.Row override.

 Protected Properties

  Name Description

Incoming

Gets a flag indicating whether this connection point is at the origin or the destination of the associated link. (Inherited from ConnectionPoint.)

Link

Gets the link associated with this connection point. (Inherited from ConnectionPoint.)

Node

Gets the node associated with this connection point. (Inherited from ConnectionPoint.)

 Public Methods

  Name Description

AddLinkToNode

ConnectionPoint.AddLinkToNode override.

GetAnchorPos

Retrieves the point from the node's associated anchor pattern (if any) with the specified index. (Inherited from ConnectionPoint.)

GetEndPoint

ConnectionPoint.GetEndPoint override.

GetInitialPoint

ConnectionPoint.GetInitialPoint override.

GetIntersection

ConnectionPoint.GetIntersection override.

GetNodeRect

Returns the bounding rectangle of the node associated with this connection point. (Inherited from ConnectionPoint.)

LinkChanges

ConnectionPoint.LinkChanges override.

NodesIntersect

Checks whether the node associated with the current connection point and the node associated with the specified connection point intersect. (Inherited from ConnectionPoint.)

RemoveLinkFromNode

ConnectionPoint.RemoveLinkFromNode override.

SaveEndRelative

ConnectionPoint.SaveEndRelative override.

UpdateRow

Sets the row within the table this connection point should be associated with.

 Protected Methods

 See Also