Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.MultiSelect Property

Returns/sets a value indicating whether a user can make multiple selections in the ListView control and how the multiple selections can be made.

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