Search
FlowChart.ActiveArrow Property
See Also
 



Gets the active Arrow object.

 Syntax

VB6  Copy Code

Public Property Get ActiveArrow() As Arrow

C++  Copy Code

public:
Arrow* get_ActiveArrow ()

 Property Value

A reference to an Arrow object.

 Remarks

If the active object is not an arrow or if there is no selection, a  null reference (Nothing in Visual Basic) is returned. If multiple selection is disabled, the active object is the only one selected. If multiple selection is enabled, the active object is one of the objects in the selection marked with a different color. A possible usage of this object is to align all selected items to it.

 See Also