Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.SelectAll Method

Selects all items

Syntax
Public Sub SelectAll (ByVal b As Boolean, _
Optional ByVal bRedraw As Boolean = True)
Parameters
Parameter Description
ByVal b As Boolean True for selecting, False for deselecting
Optional ByVal bRedraw As Boolean = True True for redrawing the control, False otherwise
Remarks