CJ7*_*CJ7 0 c# icons image button
我需要找到一个像IE中的"刷新"按钮的图像,我可以将其用作按钮.该按钮将刷新我的一个表单上的数据.
我在哪里可以找到这样的图像,如何让它出现在按钮上?
Geo*_*aph 7
使用带有符号80或81的标准字体"Wingdings 3"刷新按钮:
button1.Font = new Font("Wingdings 3", 20, FontStyle.Bold); button1.Text = Char.ConvertFromUtf32(81); // or 80 button1.Width = 40; button1.Height = 40;
归档时间:
14 年,1 月 前
查看次数:
9494 次
最近记录:
6 年,8 月 前