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

obj
The dbiExplorerItem item.

Syntax

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

Parameters

obj
The dbiExplorerItem item.

Requirements

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

See Also