Winform状态栏控件中Label靠右显示的方法

设计器:

Winform状态栏控件中Label靠右显示的方法
 
代码:
在Form_Load事件中添加 :
statusStripMain.LayoutStyle= ToolStripLayoutStyle.HorizontalStackWithOverflow;
lbl单位.Alignment = ToolStripItemAlignment.Right;
lblCompany.Alignment = ToolStripItemAlignment.Right;
lbl联系电话.Alignment = ToolStripItemAlignment.Right;
lblTelephone.Alignment = ToolStripItemAlignment.Right;
 
运行效果:
Winform状态栏控件中Label靠右显示的方法

Winform状态栏控件中Label靠右显示的方法,布布扣,bubuko.com

Winform状态栏控件中Label靠右显示的方法

上一篇:不想作死系列--win7远程linux桌面之vncserver


下一篇:【WIN32进阶之路】:内存映射文件