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)
374
if (image is null && ImageList is not null && ImageIndexer.
ActualIndex
>= 0)
376
return ImageList.Images[ImageIndexer.
ActualIndex
];