Status bar in C# Windows Forms

后端 未结 6 1336
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-14 04:00

I cannot find a control for implementing a status bar. How can I do it manually?

6条回答
  •  没有蜡笔的小新
    2021-02-14 04:36

    The control is called 'StatusStrip' and it is located in your toolbox. If it isn't you can find it under the 'System.Windows.Forms" namespace.

提交回复
热议问题