摘要: /// <summary> /// Label走马灯自定义控件 /// </summary> [ToolboxBitmap(typeof(Label))] //设置工具箱中显示的图标 public class ScrollingTextControl : Label { /// <summary> /// 定时器 /// </summary> Timer MarqueeTimer = new Timer(); /// <summary> /// 滚动文字源 /... 阅读全文
posted @ 2012-07-11 17:14 ﹎蓝言觅ぷ雨 阅读(12648) 评论(4) 推荐(3) 编辑