dbicExplorerBar Send comments on this topic.
ExplorerItemCollection Constructor
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ExplorerItemCollection Class : ExplorerItemCollection Constructor

objOwner
The object to which this collection belongs.
Creates a collection of dbiExplorerItem objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objOwner As dbiExplorerList _
)
C# 
public ExplorerItemCollection( 
   dbiExplorerList objOwner
)

Parameters

objOwner
The object to which this collection belongs.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also