Base:
property
ActualIndex
System.Windows.Forms.ImageList.Indexer.ActualIndex
2 references to ActualIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Label.cs (2)
461
if (image == null && ImageList != null && ImageIndexer.
ActualIndex
>= 0) {
462
return ImageList.Images[ImageIndexer.
ActualIndex
];