'Declaration
Public Overloads Property Item( _ ByVal index As CheckBoxPictureIndex _ ) As Image
'Usage
Dim instance As CheckBoxPicture Dim index As CheckBoxPictureIndex Dim value As Image instance.Item(index) = value value = instance.Item(index)
public Image Item( CheckBoxPictureIndex index ) {get; set;}
Parameters
- index