Base:
property
Index
System.Windows.Forms.ImageList.Indexer.Index
1 write to Index
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Label.cs (1)
526ImageIndexer.Index = value;
3 references to Index
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Label.cs (3)
506int index = ImageIndexer.Index; 1845return (Index < ImageList.Images.Count) ? Index : ImageList.Images.Count - 1;