Base:
property
ImageList
System.Windows.Forms.ImageList.Indexer.ImageList
4 references to ImageList
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Label.cs (4)
1845return (Index < ImageList.Images.Count) ? Index : ImageList.Images.Count - 1; 1847else if (ImageList != null) { 1848return ImageList.Images.IndexOfKey(Key);