Checked Property
Description
Collection that specifies whether an item with a check box has been checked when the ListBoxStyle is set to ListCheckBox.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property Checked( _
ByVal [Index](#) As Long _
) As Boolean
Parameters
- Index: Index of the item to test whether it has been checked.
Remarks
This collection is used to determine whether an item with a check box has been checked when the ListBoxStyle is set to ListCheckBox.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.