Base:
property
ActualIndex
System.Windows.Forms.ImageList.Indexer.ActualIndex
2 references to ActualIndex
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\Label.cs (2)
374if (image is null && ImageList is not null && ImageIndexer.ActualIndex >= 0) 376return ImageList.Images[ImageIndexer.ActualIndex];