Search
FlowChart.AllowUnconnectedArrows Property
See Also
 



Gets or sets a value indicating whether users are allowed to draw unconnected arrows.

 Syntax

VB6  Copy Code

Public Property Get AllowUnconnectedArrows() As Boolean
Public Property Let AllowUnconnectedArrows( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_AllowUnconnectedArrows ()
void put_AllowUnconnectedArrows (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Specifies whether users are allowed to draw arrows that are not connected to any node. If the property is set to true, users will be able to draw arrows from or to any point of the document. Depending on which end of an arrow is unconnected, its OriginType or DestinationType properties might return aiNone.

 See Also