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

2020-12-07 01:34

阅读:798

标签:winform   style   blog   c   http   width   

设计器:

soscw.com,搜素材
 
代码:
在Form_Load事件中添加 :
statusStripMain.LayoutStyle= ToolStripLayoutStyle.HorizontalStackWithOverflow;
lbl单位.Alignment = ToolStripItemAlignment.Right;
lblCompany.Alignment = ToolStripItemAlignment.Right;
lbl联系电话.Alignment = ToolStripItemAlignment.Right;
lblTelephone.Alignment = ToolStripItemAlignment.Right;
 
运行效果:
soscw.com,搜素材

Winform状态栏控件中Label靠右显示的方法,搜素材,soscw.com

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

标签:winform   style   blog   c   http   width   

原文地址:http://www.cnblogs.com/ningkyolei/p/3718792.html


评论


亲,登录后才可以留言!