Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.HideSelection Property

Determines whether the selected item will display as selected when the ListView loses focus

Syntax
Public Property Get HideSelection () As Boolean
Public Property Let HideSelection (ByVal New_Value As Boolean)
Parameters
Parameter Description
ByVal New_Value As Boolean The new value
Remarks