System.Windows.Forms.StatusBarPanel Members

The members of System.Windows.Forms.StatusBarPanel are listed below.

See Also: Inherited members from System.ComponentModel.Component

Public Constructors

Initializes a new instance of the System.Windows.Forms.StatusBarPanel class.

Public Properties

AlignmentHorizontalAlignment.

Gets or sets the alignment of text and icons within the status bar panel.

AutoSizeStatusBarPanelAutoSize.

Gets or sets a value indicating whether the status bar panel is automatically resized.

BorderStyleStatusBarPanelBorderStyle.

Gets or sets the border style of the status bar panel.

IconSystem.Drawing.Icon.

Gets or sets the icon to display within the status bar panel.

MinWidthint.

Gets or sets the minimum allowed width of the status bar panel within the System.Windows.Forms.StatusBar control.

Namestring.

Gets or sets the name to apply to the System.Windows.Forms.StatusBarPanel.

[read-only]
ParentStatusBar.

Gets the System.Windows.Forms.StatusBar control that hosts the status bar panel.

StyleStatusBarPanelStyle.

Gets or sets the style of the status bar panel.

Tagobject.

Gets or sets an object that contains data about the System.Windows.Forms.StatusBarPanel.

Textstring.

Gets or sets the text of the status bar panel.

ToolTipTextstring.

Gets or sets ToolTip text associated with the status bar panel.

Widthint.

Gets or sets the width of the status bar panel within the System.Windows.Forms.StatusBar control.

Public Methods

BeginInit()

Begins the initialization of a System.Windows.Forms.StatusBarPanel.

EndInit()

Ends the initialization of a System.Windows.Forms.StatusBarPanel.

override
ToString() : string

Retrieves a string that contains information about the panel.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.StatusBarPanel and optionally releases the managed resources.