Search
FlowChart.SelectedDecorations Property
See Also
 



Gets a collection of the currently selected decorations.

 Syntax

VB6  Copy Code

Public Property Get SelectedDecorations() As IDecorations

C++  Copy Code

public:
IDecorations* get_SelectedDecorations ()

 Property Value

A collection of DecorationLine objects.

 Remarks

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

 See Also