Gets or sets an icon object at the specified index.
public Icon Item(
int
) {get; set;}
'Declaration
Public Overloads Property Item( _
ByVal As Integer _
) As Icon
'Usage
Dim instance As CustomIconContainer
Dim index As Integer
Dim value As Icon
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- Index value
Property Value
The icon object with the specified index