dbicTabs Send comments on this topic.
UnderMouse Property
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > UserDrawnTabEventArgs Class : UnderMouse Property

Determines if the tab being painted is currently under the mouse cursor.

Syntax

Visual Basic (Declaration) 
Public Property UnderMouse As Boolean
C# 
public bool UnderMouse {get; set;}

Property Value

Boolean.

Remarks

This property is only used when HotTrack Property is True.

Requirements

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

See Also