Gets or sets the picture for the different option button states.
'Declaration
Public Overloads Property Item( _
ByVal As Integer _
) As Image
'Usage
Dim instance As RadioPicture
Dim index As Integer
Dim value As Image
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index