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