c# - Refresh icon for button -


i need find image refresh button in ie can use button. button refresh data on 1 of forms.

where can find image , how make appear on button?

google friend.

mybutton.image = new bitmap(pathtoimagefile); 

or assign image property through property sheet in visual studio ide.

more possible icons here (which ie style... though never specified version of ie). , here!

enter image description here


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -