惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
P
Proofpoint News Feed
D
Docker
J
Java Code Geeks
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
腾讯CDC
罗磊的独立博客
U
Unit 42
爱范儿
爱范儿
Vercel News
Vercel News
MyScale Blog
MyScale Blog

博客园 - 李大力

开始整理WPF学习笔记 一定要知道的十八个人情世故 wpf wcf 折磨人啊 sessionState config 树立自己的品牌形象 Ajax 的 webservice 配置问题 Reflection wpf 做的一个小东西 facebook 项目 facebook 关于silverlight 1.0 RC 无题 String Handling and Regular Expressions 昨天的教训 InterView 我离mircosoft还有多远? DropdownList 动态添加项为什么不好用? 《The World Is Flat》-----How the World Became Flat 心情很复杂
自定义控件学习(1)
李大力 · 2007-04-10 · via 博客园 - 李大力

今天听了webcast的讲座,中间提到了自定义控件的使用,有一点启发。以前在开发过程中也做过类似的工作。
但是没有系统进行这方面的总结。
主要的思路就是 继承—〉扩展新需求
思路大家都很清晰,也许大家开发都用过,但是怎么能让这个更灵活些呢?

在开发的过程中发挥更大的作用呢?
这个就是我们需要考虑的地方。