posted @ 2018-12-26 16:20 努力成长静待花开 阅读(228) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: ToolStripStatusLabel控件的Image属性 public virtual Image Image { get;set; } 实现代码: 阅读全文
摘要:
实现效果: 知识运用: ToolStripProgressBar控件的Step属性; //获取或设置调用PerformStep方法时ToolStripProgressBar public int Step {get;set} //的当前值的增加量 和PerformStep方法 实现代码: 阅读全文
posted @ 2018-12-26 12:36 努力成长静待花开 阅读(302) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: DateTime结构的的Now属性 public DateTime Now { get; } 实现代码: 阅读全文
posted @ 2018-12-26 11:27 努力成长静待花开 阅读(624) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: ToolStripStatusLabel控件的Text属性 public virtual string Text { get;set } 实现代码: 阅读全文
posted @ 2018-12-25 22:46 努力成长静待花开 阅读(224) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: CheckBox控件的Checked属性 //获取或设置一个值 指示CheckBox是否处于选中状态 实现代码: 阅读全文
posted @ 2018-12-25 21:30 努力成长静待花开 阅读(273) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: ToolStripPanel控件的Dock属性 //获取或设置控件的停靠方式 public override DockStyle Dock { get;ser } //属性值:DockStyle枚举值 默认为N one ToolStripButton对象的Join方法 // 阅读全文
posted @ 2018-12-25 21:13 努力成长静待花开 阅读(426) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: ToolStripMenuItem属性的Visiable属性 实现代码: 阅读全文
posted @ 2018-12-25 20:47 努力成长静待花开 阅读(328) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: NotifyIcon控件的Icon属性 //获取或设置当前托盘图标 public Icon Icon{ get;ser } 和ContextMenu属性 //获取或设置托盘图标的快捷菜单 public ContextMenu ContexeMenu { get;set } 实 阅读全文
posted @ 2018-12-25 19:18 努力成长静待花开 阅读(619) 评论(0) 推荐(0)
摘要:
实现效果: 知识运用: ToolStripMenuItem菜单项中DropDownItems集合的Insert方法 public void Insert( int index,ToolStripItem value ) 实现代码: 阅读全文
posted @ 2018-12-25 18:10 努力成长静待花开 阅读(382) 评论(0) 推荐(0)
浙公网安备 33010602011771号