dbicExplorerBar Send comments on this topic.
IndexOf(dbiExplorerList) Method
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ExplorerListCollection Class : IndexOf(dbiExplorerList) Method

obj
The dbiExplorerList item.
Return the index of the specified dbiExplorerList from the collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal obj As dbiExplorerList _
) As Integer
C# 
public int IndexOf( 
   dbiExplorerList obj
)

Parameters

obj
The dbiExplorerList item.

Requirements

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

See Also