Gets the box the arrow is pointing to.
SyntaxVB6
Copy Code
|
|---|
Public Property Get DestinationBox() As Box |
C++
Copy Code
|
|---|
public: |
A reference to a Box instance.
RemarksReturns the box to which the arrow's end point is linked; null reference (Nothing in Visual Basic) if the destination node is a table or if the arrow end point is not connected to a node.
See Also