Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.51 KB

icons.md

File metadata and controls

27 lines (22 loc) · 1.51 KB

Icons

Icon Packs

System Icons

There are very few and they're kind of awful. link

ImageList images = new ImageList();
images.Images.Add(new Icon(System.Drawing.SystemIcons.Application, new Size(16, 16)));
images.Images.Add(new Icon(System.Drawing.SystemIcons.Information, new Size(16, 16)));
treeViewDir.ImageList = images;

Visual Studio Image Library

The Visual Studio Image Library contains application images that appear in Microsoft Visual Studio, Microsoft Windows, the Office system and other Microsoft software. The libraries for Visual Studio 2012, Visual Studio 2013, Visual Studio 2015, and Visual Studio 2017 are available and each library contains over thousands of images which can be used to create applications that look visually consistent with Microsoft software.

All icons (PDF) Download Screenshot
VS2017.pdf VS2017.zip