Search
IDecorations.Item Property
See Also
 



Gets the decoration at the specified index.

 Syntax

VB6  Copy Code

Public Property Get Item( _
    ByVal Index As Long _
) As DecorationLine

C++  Copy Code

public:
DecorationLine* get_Item (
    int Index
)

 Parameters

Index

 Property Value

A reference to a DecorationLine object.

 Remarks

Retrieves a reference to the decoration object on the Index-th place of the collection.

 See Also