Gets or sets the index for the picture (image) of the check box.
'Declaration
Public Overloads Property Item( _
ByVal As Integer _
) As Image
'Usage
Dim instance As CheckBoxPicture
Dim index As Integer
Dim value As Image
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index