.NET WinForm 状态栏添加分隔符

方法1 用代码添加
this.mainStatusStrip.Items.Insert(1new ToolStripSeparator());

方法2 在状态栏上选中 toolStripStatusLabel1 设置它的 BoderSides 属性为 Right.

posted on 2010-09-09 22:06  大豆男生  阅读(1271)  评论(0编辑  收藏  举报

导航