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

Returns the current ListIndex under the mouse pointer.

Syntax

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

Property Value

Integer

Remarks

The e.ListIndex will return a -1 if the mouse is over the control but not over a list title or valid list item. Otherwise, the e.ListIndex will return the 0-based index value of the List under the mouse.

Requirements

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

See Also