Search
FlowChart.SelectedArrows Property
See Also
 



Gets a collection of the currently selected arrows.

 Syntax

VB6  Copy Code

Public Property Get SelectedArrows() As IArrows

C++  Copy Code

public:
IArrows* get_SelectedArrows ()

 Property Value

A collection of Arrow objects.

 Remarks

Through this collection you can enumerate them and have access to the properties and methods of each selected arrow. If no arrow is selected, the collection Count property is zero.

 See Also