Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomIconContainer Class / Item Property / Item(Int32) Property
Index value


In This Topic
Item(Int32) Property
In This Topic
Gets or sets an icon object at the specified index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index 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
See Also