Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This value is readable via
System.Windows.Forms.SystemInformation.SmallIconSize

How does one *set* this value?

Thanks,
-Dave
Posted

1 solution

The SystemInformation class only returns information about the system environment. None of the members of the class can be set.

The SmallIconSize, I'm assuming, is just to tell Windows what size of icon to use for the details and list views in the explorer window. I'm not sure why you would want to change that through code or even if you could do that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900