会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Nihgwu
Ajax,.Net & Others
博客园
首页
新随笔
联系
订阅
管理
2006年7月17日
创建ImageButton自定义控件
摘要: *本文大部分都参考了MSDN的文章,非原创在创建自行绘制的控件时,应从 System.Windows.Forms.Control 中派生,并覆盖 OnPaint 和 OnPaintBackground 事件。 下面是一个最简单的例子: 1using System; 2using System.Collections.Generic; 3using System.ComponentModel; 4...
阅读全文
posted @ 2006-07-17 15:44 Nihgwu
阅读(961)
评论(1)
推荐(0)
编辑