SampleImageListClassInformationIndex Property

CVB.Net Documentation
Get the index of this class. Note that this index may change when classes are removed from the image list - therefore you should check this index often. Generally it is more recommendable to work Name based, not index based.

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

public int Index { get; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent list has already been disposed.
See Also

Reference