System.Windows.Forms.StatusStrip: Property Members

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

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

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.