property CascadeFile.HideSelection as Boolean
Returns a value that determines whether selected item appears highlighted when a control loses the focus.

TypeDescription
Boolean A boolean expression that indicates whether the selected item appears highlighted when a control loses the focus.
By default, the HideSelection property is False. You can use this property to indicate which item is highlighted while another form or a dialog box has the focus. Use the SelForeColor and SelBackColor property to customize the colors for the selected items in the control.