Skip to content

HotItem Property

Description

The HotItem property holds a pointer to the "hot" TaskPanelItem.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property HotItem() As [TaskPanelItem](XtremeTaskPanel~TaskPanelItem.md)

Remarks

The "hot" item is the item that is currently under the mouse pointer. If keyboard navigation is used, then HotItem will be the currently focused item.

The HotItemChanged event occurs when a new item becomes "hot". This happens as the mouse pointer is moved from item to item.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.