Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.SelectRange Method

Selects a range of items

Syntax
Public Sub SelectRange (ByVal i1 As Long, _
ByVal i2 As Long, _
ByVal b As Boolean, _
Optional ByVal bRedraw As Boolean = True)
Parameters
Parameter Description
ByVal i1 As Long The first index
ByVal i2 As Long The last index
ByVal b As Boolean True for selecting, False for deselecting
Optional ByVal bRedraw As Boolean = True True for redrawing the control, False otherwise
Remarks