上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 69 下一页

2018年12月26日

摘要: 实现效果: 知识运用: ToolStripStatusLabel控件的Image属性 public virtual Image Image { get;set; } 实现代码: 阅读全文

posted @ 2018-12-26 16:20 努力成长静待花开 阅读(220) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: ToolStripProgressBar控件的Step属性; //获取或设置调用PerformStep方法时ToolStripProgressBar public int Step {get;set} //的当前值的增加量 和PerformStep方法 实现代码: 阅读全文

posted @ 2018-12-26 12:36 努力成长静待花开 阅读(296) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: DateTime结构的的Now属性 public DateTime Now { get; } 实现代码: 阅读全文

posted @ 2018-12-26 11:27 努力成长静待花开 阅读(614) 评论(0) 推荐(0) 编辑

2018年12月25日

摘要: 实现效果: 知识运用: ToolStripStatusLabel控件的Text属性 public virtual string Text { get;set } 实现代码: 阅读全文

posted @ 2018-12-25 22:46 努力成长静待花开 阅读(216) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: CheckBox控件的Checked属性 //获取或设置一个值 指示CheckBox是否处于选中状态 实现代码: 阅读全文

posted @ 2018-12-25 21:30 努力成长静待花开 阅读(267) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: ToolStripPanel控件的Dock属性 //获取或设置控件的停靠方式 public override DockStyle Dock { get;ser } //属性值:DockStyle枚举值 默认为N one ToolStripButton对象的Join方法 //  阅读全文

posted @ 2018-12-25 21:13 努力成长静待花开 阅读(411) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: ToolStripMenuItem属性的Visiable属性 实现代码: 阅读全文

posted @ 2018-12-25 20:47 努力成长静待花开 阅读(319) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: NotifyIcon控件的Icon属性 //获取或设置当前托盘图标 public Icon Icon{ get;ser } 和ContextMenu属性 //获取或设置托盘图标的快捷菜单 public ContextMenu ContexeMenu { get;set } 实 阅读全文

posted @ 2018-12-25 19:18 努力成长静待花开 阅读(602) 评论(0) 推荐(0) 编辑

摘要: 实现效果: 知识运用: ToolStripMenuItem菜单项中DropDownItems集合的Insert方法 public void Insert( int index,ToolStripItem value ) 实现代码: 阅读全文

posted @ 2018-12-25 18:10 努力成长静待花开 阅读(377) 评论(0) 推荐(0) 编辑

2018年12月24日

摘要: 实现效果: 知识运用: DropDownItems菜单项集合的Add方法 //将指定的菜单项添加到菜单项集合 public int Add(ToolStripItem value) 实现代码: 阅读全文

posted @ 2018-12-24 19:41 努力成长静待花开 阅读(338) 评论(0) 推荐(0) 编辑

上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 69 下一页