how to change the color of the item when the checkbox is unchecked in c#.net?
- by zoya
i want to change the forecolor of the checked item when it is unchecked..
for checked item i have used item.checked but what to do if it is unchecked? im using winforms