Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Windows Forms StatusStrip control is used on forms as an area, usually displayed at the bottom of a window, in which an application can display various kinds of status information. StatusStrip controls typically have ToolStripStatusLabel controls on them that display text or icons to indicate state, or a ToolStripProgressBar that graphically displays the completion state of a process.
In This Section
- StatusStrip Control Overview
Explains what this control is and its key features and properties.
- How to: Use the Spring Property Interactively in a StatusStrip
Demonstrates using the Spring property to interactively center a ToolStripStatusLabel in a StatusStrip.
Topic | Location |
---|---|
StatusStrip Items Collection Editor | Windows Forms Programming |
StatusStrip Tasks Dialog Box | Windows Forms Programming |
StatusStrip Items Collection Editor | Windows Forms Programming |
StatusStrip Tasks Dialog Box | Windows Forms Programming |
StatusStrip Items Collection Editor | Windows Forms Programming |
StatusStrip Tasks Dialog Box | Windows Forms Programming |
StatusStrip Items Collection Editor | Windows Forms Programming |
StatusStrip Tasks Dialog Box | Windows Forms Programming |
Reference
- StatusStrip
Provides reference information on the class and its members.
- ToolStripStatusLabel
Provides reference information on the class and its members.