windows form button image size

Code Example - windows form button image size

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

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