StatusStrip 控制項StatusStrip Control
Windows Form StatusStrip
控制項在表單裡被當做區域來使用,通常會顯示在視窗底部,在其中應用程式可以顯示各種狀態資訊。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
控制項的上方通常會有 ToolStripStatusLabel
控制項,它們顯示文字或圖示以表示狀態,或 ToolStripProgressBar 以圖形方式顯示處理程序的完成狀態。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 控制項概觀StatusStrip Control Overview
說明此控制項是什麼,並說明其重要功能與屬性。Explains what this control is and its key features and properties.
作法:在 StatusStrip 中以互動方式使用 Spring 屬性How to: Use the Spring Property Interactively in a StatusStrip
示範如何使用 Spring
屬性以互動方式將 StatusStrip
的 ToolStripStatusLabel
置中。Demonstrates using the Spring
property to interactively center a ToolStripStatusLabel
in a StatusStrip
.
另請參閱 StatusStrip 專案集合編輯器 和 StatusStrip 工作對話方塊。Also see StatusStrip Items Collection Editor and StatusStrip Tasks Dialog Box.
參考Reference
StatusStrip
提供這個類別及其成員的相關參考資訊。Provides reference information on the class and its members.
ToolStripStatusLabel
提供這個類別及其成員的相關參考資訊。Provides reference information on the class and its members.