Search
FlowChart.SelectedBoxes Property
See Also
 



Gets a collection of the currently selected boxes.

 Syntax

VB6  Copy Code

Public Property Get SelectedBoxes() As IBoxes

C++  Copy Code

public:
IBoxes* get_SelectedBoxes ()

 Property Value

A collection of Box objects.

 Remarks

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

 See Also