System.Windows.Forms.StatusStrip Members

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

See Also: Inherited members from System.Windows.Forms.ToolStrip

Public Constructors

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

Public Properties

CanOverflowbool.

Gets or sets a value indicating whether the System.Windows.Forms.StatusStrip supports overflow functionality.

override
DockDockStyle.

Gets or sets which System.Windows.Forms.StatusStrip borders are docked to its parent control and determines how a System.Windows.Forms.StatusStrip is resized with its parent.

GripStyleToolStripGripStyle.

Gets or sets the visibility of the grip used to reposition the control.

LayoutStyleToolStripLayoutStyle.

Gets or sets a value indicating how the System.Windows.Forms.StatusStrip lays out the items collection.

PaddingPadding.

This property is not relevant for this class.

ShowItemToolTipsbool.

Gets or sets a value indicating whether ToolTips are shown for the System.Windows.Forms.StatusStrip.

[read-only]
SizeGripBoundsSystem.Drawing.Rectangle.

Gets the boundaries of the sizing handle (grip) for a System.Windows.Forms.StatusStrip.

SizingGripbool.

Gets or sets a value indicating whether a sizing handle (grip) is displayed in the lower-right corner of the control.

Stretchbool.

Gets or sets a value indicating whether the System.Windows.Forms.StatusStrip stretches from end to end in its container.

Protected Properties

[read-only]
override
DefaultDockDockStyle.

Gets which borders of the System.Windows.Forms.StatusStrip are docked to the System.Windows.Forms.ToolStripContainer.

[read-only]
override
DefaultPaddingPadding.

Gets the spacing, in pixels, between the left, right, top, and bottom edges of the System.Windows.Forms.StatusStrip from the edges of the form.

[read-only]
override
DefaultShowItemToolTipsbool.

Gets a value indicating whether ToolTips are shown for the System.Windows.Forms.StatusStrip by default.

[read-only]
override
DefaultSizeSystem.Drawing.Size.

Gets the size, in pixels, of the System.Windows.Forms.StatusStrip when it is first created.

Protected Methods

override
CreateAccessibilityInstance() : AccessibleObject

Creates a new accessibility object for the control.

override
CreateDefaultItem(string, System.Drawing.Image, EventHandler) : ToolStripItem

Creates a default System.Windows.Forms.ToolStripStatusLabel with the specified text, image, and event handler on a new System.Windows.Forms.StatusStrip instance.

override
Dispose(bool)

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

override
OnLayout(LayoutEventArgs)

Raises the Control.Layout event.

override
OnPaintBackground(PaintEventArgs)

Paints the background of the control.

OnSpringTableLayoutCore()

Provides custom table layout for a System.Windows.Forms.StatusStrip.

override
SetDisplayedItems()
Documentation for this section has not yet been entered.
override
WndProc(ref Message)
Documentation for this section has not yet been entered.

Public Events

PaddingChanged

This event is not relevant for this class.