Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomIconContainer Class / RemoveIcon Method / RemoveIcon(Int32) Method
Index


In This Topic
RemoveIcon(Int32) Method
In This Topic
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)

Parameters

index
Index

Return Value

True when successful; otherwise, false
See Also