The members of System.Windows.Forms.StatusBar are listed below.
See Also: Inherited members from System.Windows.Forms.Control
Initializes a new instance of the System.Windows.Forms.StatusBar class. |
override | BackColor | System.Drawing.Color.
Gets or sets the background color for the System.Windows.Forms.StatusBar. |
override | BackgroundImage | System.Drawing.Image.
Gets or sets the background image for the System.Windows.Forms.StatusBar. |
override | BackgroundImageLayout | ImageLayout.
Gets or sets the layout of the background image of the System.Windows.Forms.StatusBar. |
override | Dock | DockStyle.
Gets or sets the docking behavior of the System.Windows.Forms.StatusBar control. |
override | Font | System.Drawing.Font.
Gets or sets the font the System.Windows.Forms.StatusBar control will use to display information. |
override | ForeColor | System.Drawing.Color.
Gets or sets the forecolor for the control. |
ImeMode | ImeMode.
Gets or sets the Input Method Editor (IME) mode supported by this control. | |
[read-only] | Panels | StatusBar.StatusBarPanelCollection.
Gets the collection of System.Windows.Forms.StatusBar panels contained within the control. |
ShowPanels | bool.
Gets or sets a value indicating whether any panels that have been added to the control are displayed. | |
SizingGrip | bool.
Gets or sets a value indicating whether a sizing grip is displayed in the lower-right corner of the control. | |
TabStop | bool.
Gets or sets a value indicating whether the user will be able to tab to the System.Windows.Forms.StatusBar. | |
override | Text | string.
Gets or sets the text associated with the System.Windows.Forms.StatusBar control. |
[read-only] override | CreateParams | CreateParams.
Gets the System.Windows.Forms.CreateParams used to create the handle for this control. |
[read-only] override | DefaultImeMode | ImeMode.
Gets the default Input Method Editor (IME) mode supported by this control. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the control. |
override | DoubleBuffered | bool.
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker, however this property has no effect on the System.Windows.Forms.StatusBar control |
override | CreateHandle()
| |
override | Dispose(bool)
| |
OnDrawItem(StatusBarDrawItemEventArgs)
| ||
override | OnHandleCreated(EventArgs)
| |
override | OnHandleDestroyed(EventArgs)
| |
override | OnLayout(LayoutEventArgs)
| |
override | OnMouseDown(MouseEventArgs)
| |
OnPanelClick(StatusBarPanelClickEventArgs)
| ||
override | OnResize(EventArgs)
| |
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
BackColorChanged |
Occurs when the value of the StatusBar.BackColor property changes. | |
BackgroundImageChanged |
Occurs when the value of the StatusBar.BackgroundImage property is changed. | |
BackgroundImageLayoutChanged |
Occurs when the value of the StatusBar.BackgroundImageLayout property changes. | |
DrawItem |
Occurs when a visual aspect of an owner-drawn status bar control changes. | |
ForeColorChanged |
Occurs when the value of the StatusBar.ForeColor property changes. | |
ImeModeChanged |
Occurs when the value of the StatusBar.ImeMode property changes. | |
Paint |
Occurs when the System.Windows.Forms.StatusBar control is redrawn. | |
PanelClick |
Occurs when a System.Windows.Forms.StatusBarPanel object on a System.Windows.Forms.StatusBar control is clicked. |