搜索资源列表
Mybutton(GDIplus)
- 需要GDI+支持的MFC按钮类。自绘图片按钮,支持各种透明效果,可添加文字,支持普通、焦点、鼠标经过、鼠标按下、选中、不可用6种状态不同图片显示-Need to support GDI+ MFC button class. Since the paint picture buttons, supports a variety of transparency effects, you can add text, to support general, focus, mouse after mous
WinCE_Transparent
- WINCE 按钮透明 C# 测试用的bmp图我就不放进去了,请同学们自己添加,程序代码全在,注释也较详细了。-WINCE button transparent C#
vb-transparent
- vb实现透明显示控制,不使用任何API函数,效果是相当不错的-vb achieve control transparent display, do not use any API function, the effect is quite good
JButton常用的一些方法
- JButton 实现了普通的三态外加选中、禁用状态,有很多方法可以设置,不要自己去写鼠标监听器。 setBorderPainted(boolean b) //是否画边框,如果用自定义图片做按钮背景可以设为 false。 setContentAreaFilled(boolean b) //是否填充,如果你的自定义图片不是矩形或存在空白边距,可以设为 false 使按钮看起来透明。 setFocusPainted(boolean b) //是否绘制焦点(例如浅色虚线框或者加粗的边框