Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.CheckBoxes Property

Returns/sets a value which determines if the control displays a checkbox next to each item in the list.

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