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)
448ImageIndexer.Index = value;
3 references to Index
System.Windows.Forms (3)
System\Windows\Forms\Controls\Labels\Label.cs (1)
421int index = ImageIndexer.Index;
System\Windows\Forms\Controls\Labels\Label.LabelImageIndexer.cs (2)
62return (Index < ImageList.Images.Count) ? Index : ImageList.Images.Count - 1;