Gets a collection of the currently selected decorations.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SelectedDecorations() As IDecorations |
C++
Copy Code
|
|---|
public: |
A collection of DecorationLine objects.
RemarksThrough 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