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

TypeDescription
Color A color expression that indicates the foreground color for item from the cursor ( hovering the item ).
Use the HotForeColor property on a non-zero value to highlight the item from the cursor. The HotForeColor property has effect while it is not -1. For instance, you can set the HotForeColor property on -1, and so no item will be highlighted while the cursor hovers it. The HotBackColor property specifies the background color to highlight the item from the cursor. The SelForeColor property specifies the selection foreground color.