您当前位置:编程帮手 > 知识 > 知识 > WinForm > 常用代码 > 内容
代码库
2016-08-19 10:16:37 访问(1516) 赞(0) 踩(0)
System.Windows.Forms.Label btn = new System.Windows.Forms.Label(); btn.Text = "用户"; statusStrip_Main.Items.Insert(0, new ToolStripControlHost(btn));
上一条:
下一条: