public void SetSystemIcon(string FileTypeWihthDot) { lbIcon.Image = IconReader.GetFileIcon(FileTypeWihthDot, IconReader.IconSize.Small, false).ToBitmap(); // Refresh(); }
public FileItem(String FileTypeWihthDot, bool UseSystemIcon) { InitializeComponent(); lbIcon.Image = IconReader.GetFileIcon(FileTypeWihthDot, IconReader.IconSize.Small, false).ToBitmap(); Refresh(); }