Unicode Controls & Classes for VB6 - Version 4

ctlUniListBoxExXP.Selected Property

Gets or sets the selection state of a certain item

Syntax
Public Property Get Selected (ByVal i As Long) As Boolean
Public Property Let Selected (ByVal i As Long, _
ByRef bSel As Boolean)
Parameters
Parameter Description
ByVal i As Long The item index
ByRef bSel As Boolean The selection flag
Remarks