System.Windows.Forms.StatusBarPanel: Property Members

The properties of System.Windows.Forms.StatusBarPanel are listed below. For a list of all members, see the StatusBarPanel Members list.

See Also: Inherited members from System.ComponentModel.Component

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.