Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CustomIconContainer Class > Item Property : Item(Int32) Property
Index value
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)
public Icon Item( 
   int index
) {get; set;}

Parameters

index
Index value

Property Value

The icon object with the specified index
See Also

Reference

CustomIconContainer Class
CustomIconContainer Members
Overload List