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