Method GetImageIndex
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
GetImageIndex(int)
Returns number of image that is displayed for item given by index.
public virtual int GetImageIndex(int index)
Parameters
index
intIndex of item within collection.
Returns
- int
Index of image corresponding to given item.
Remarks
In this class method always return -1. Descendant classes can override this method.