property CascadeFile.HotBackColor as Color
Retrieves or sets a value that indicates the hot-tracking background color.

TypeDescription
Color A color expression that indicates the background color for item from the cursor ( hovering the item ). Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
Use the HotBackColor property on a non-zero value to highlight the item from the cursor. The HotBackColor property has effect while it is not -1. For instance, you can set the HotBackColor property on -1, and so no item will be highlighted while the cursor hovers it. The HotForeColor property specifies the foreground color to highlight the item from the cursor. The SelBackColor property specifies the selection background color.