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