| Visual Basic (Declaration) | |
|---|---|
Public Property ListIndex As Integer | |
| C# | |
|---|---|
public int ListIndex {get; set;} | |
Property Value
IntegerThe 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.