Spread Windows Forms 12.0 Product Documentation
RemoveIcon(Int32) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CustomIconContainer Class > RemoveIcon Method : RemoveIcon(Int32) Method
Index
Removes an icon object at the specified index.
Syntax
'Declaration
 
Public Overloads Function RemoveIcon( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As CustomIconContainer
Dim index As Integer
Dim value As Boolean
 
value = instance.RemoveIcon(index)
public bool RemoveIcon( 
   int index
)

Parameters

index
Index

Return Value

True when successful; otherwise, false
See Also

Reference

CustomIconContainer Class
CustomIconContainer Members
Overload List