Search
IBoxes.Item Property
See Also
 



Gets the box at the specified index.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
Box* get_Item (
    int Index
)

 Parameters

Index

 Property Value

A reference to Box object.

 Remarks

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

 See Also