HotTracking Property

Gets or sets a value which enables mouse hot-tracking on collection items. Design-time only property. This property cannot be dynamically modified at run-time.

object.HotTracking = [boolean]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.

Client support

Newlook Smartclient only.

Use

TreeView control

When this property is set to True (default ) the cursor changes to a hand when the mouse pointer hovers over a tree node.

ListView control

When this property is set to True (default) the cursor changes to a hand when the mouse pointer hovers over an item or sub-item.

Settings

Setting

Description

True

(Default) Cursor changes to a hand when hovering over tree nodes or list view items.

False

Cursor will render normally when hovering over tree nodes or items.

See Also

View property | Checkboxes property | Visible property

Applies To

TreeView control

ListView control


© 2004-2021 looksoftware. All rights reserved.