Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

windows form button image size

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

//Changes the Size of the imagList
imageList.ImageSize = new Size(30, 30);
 
PREVIOUS NEXT
Tagged: #windows #form #button #image #size
ADD COMMENT
Topic
Name
5+7 =