In This Topic
Initializes a new instance of the
ElementList class for the specified owning element.
Syntax
'Declaration
Public Function New( _
ByVal As Element _
)
public ElementList(
Element
)
Parameters
- owner
- The Element which owns this list.
See Also