SystemImageList.SysImageList.IconIndex C# (CSharp) Метод

IconIndex() публичный Метод

Return the index of the icon for the specified file, always using the cached version where possible.
public IconIndex ( string fileName ) : int
fileName string Filename to get icon for
Результат int
		public int IconIndex(string fileName) {
			return IconIndex(fileName, false);
		}

Same methods

SysImageList::IconIndex ( string fileName, bool forceLoadFromDisk ) : int
SysImageList::IconIndex ( string fileName, bool forceLoadFromDisk, ShellIconStateConstants iconState ) : int