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

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objOwner As dbiExplorerBar _
)
C# 
public ExplorerListCollection( 
   dbiExplorerBar objOwner
)

Parameters

objOwner
The object to which this collection belongs.

Requirements

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

See Also