Base:
property
ImageList
System.Windows.Forms.ImageList.Indexer.ImageList
4 references to ImageList
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\Label.LabelImageIndexer.cs (4)
53if (ImageList is null) 62return (Index < ImageList.Images.Count) ? Index : ImageList.Images.Count - 1; 65return ImageList.Images.IndexOfKey(Key);