Tamaño de imagen del botón de formulario de Windows

//creates a imageList
ImageList imageList = new ImageList();

//Changes the Size of the imagList
imageList.ImageSize = new Size(30, 30);
TridleGames