'Declaration Public Overloads Property Item( _ ByVal index As RadioPictureType _ ) As Image
'Usage Dim instance As RadioPicture Dim index As RadioPictureType Dim value As Image instance.Item(index) = value value = instance.Item(index)
public Image Item( RadioPictureType index ) {get; set;}
Parameters
- index
- Option (radio button) for which to assign the picture