HotTracking Property
Description
Enables or disables hot tracking.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property HotTracking() As Boolean
Remarks
When hot tracking is enabled, the appearance of the tab that the mouse pointer is positioned over will change. How the appearance is changed depends on the currently set Appearance. Some appearances do not change at all, some will cause the caption to display in a different color, and some will change the color of the tab.
Example
' This sample code illustrates how to disable Hot Tracking.
TabControl.PaintManager.HotTracking = False
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.