property ExFileView.SelForeColor as Color
Retrieves or sets a value that indicates the selection foreground color.

TypeDescription
Color A color expression that indicates the selection foreground color.

The SelForeColor property specifies the foreground color for selected items. Use the SelBackColor property to specify the background color for selected items. Use the Get method to access the selected items collection. Use the ForeColor property to specify the control's foreground color. Use the BackColor property to specify the control's background color. Use the Selected property to specify whether a File object is selected or unselected.