Base:
property
Index
System.Windows.Forms.ImageList.Indexer.Index
1 write to Index
System.Windows.Forms (1)
System\Windows\Forms\Controls\Labels\Label.cs (1)
448
ImageIndexer.
Index
= value;
3 references to Index
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\Label.cs (1)
421
int index = ImageIndexer.
Index
;
System\Windows\Forms\Controls\Labels\Label.LabelImageIndexer.cs (2)
62
return (
Index
< ImageList.Images.Count) ?
Index
: ImageList.Images.Count - 1;