StatusBar in Visual Studio 2010?

北慕城南 提交于 2020-01-15 08:06:39

问题


I'm trying to find the System.Windows.Forms.StatusBar control in the ToolBox for a Visual Studio 2010 Windows Forms Project in Visual Basic. I cannot seem to see it. Is it somewhere in the "Common Controls" or "Containers" sections? I cannot see it. If someone can tell me what controls are to the top and bottom of it I would appreciate it.

Thanks


回答1:


It's not there by default, because it's been replaced by the newer (and much nicer) StatusStrip control.

If you really need it, you can add it to any tab by right-clicking, then clicking Choose Items:



来源:https://stackoverflow.com/questions/12040578/statusbar-in-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!