dbicExplorerBar Send comments on this topic.
ListBarIndex Property
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > ItemOverEventArgs Class : ListBarIndex Property

Returns the current ListBarIndex under the mouse pointer.

Syntax

Visual Basic (Declaration) 
Public Property ListBarIndex As Integer
C# 
public int ListBarIndex {get; set;}

Property Value

Integer

Remarks

The e.ListBarIndex will return the 0-based index of the ListBar under the mouse unless there is no ListBar at that position in the control or if the ControlType Property is Explorer.

Requirements

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

See Also