dbicTabs Send comments on this topic.
TabOver Event
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > dbiTabs Class : TabOver Event

Occurs when the mouse moves over a tab.

Syntax

Visual Basic (Declaration) 
Public Event TabOver As dbiTabs.EventTabOverHandle
C# 
public event dbiTabs.EventTabOverHandle TabOver

Event Data

The event handler receives an argument of type TabOverEventArgs containing data related to this event. The following TabOverEventArgs properties provide information specific to this event.

PropertyDescription
TabIndex Returns the 0-based index of the tab currently under the mouse
TabPage Returns the TabPage object currently under the mouse.

Requirements

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

See Also