使用ToolStripControlHost实现在statusStrip上面添加Button
2015-10-26 12:21:09 访问(1645) 赞(0) 踩(0)
System.Windows.Forms.Label btn = new System.Windows.Forms.Label();
btn.Text = "用户";
statusStrip_Main.Items.Insert(0, new ToolStripControlHost(btn));
标签:
使用ToolStripControlHost实现在statusStrip上面添加Button 


上一条:
下一条:
相关评论
发表评论