SampleImageListClassInformationCollectionRemove Method (Int32)

CVB.Net Documentation
Remove a class by Index.

Namespace:  Stemmer.Cvb.Manto
Assembly:  Stemmer.Cvb.Manto (in Stemmer.Cvb.Manto.dll) Version: 14.0.0.0
Syntax

public bool Remove(
	int Index
)

Parameters

Index
Type: SystemInt32
index of the class to be removed

Return Value

Type: Boolean
true if the class has been removed, false it is has not been removed or if it was not found in the image list
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the image list has already been disposed
See Also

Reference