TabBase.setHotTrack

Overview | Methods | This Package | All Packages

TabBase.setHotTrack

Sets a boolean value indicating whether tabs are highlighted as the mouse pointer passes over them.

Syntax

public final void setHotTrack( boolean hotTrack )

Parameters

hotTrack

Set to true if the control provides feedback to the user by highlighting the tab that the mouse pointer is positioned over; otherwise, set to false. The default value is false.

See Also   getHotTrack