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
CanOverflow | bool.
Gets or sets a value indicating whether the System.Windows.Forms.StatusStrip supports overflow functionality. | |
override | Dock | DockStyle.
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. |
GripStyle | ToolStripGripStyle.
Gets or sets the visibility of the grip used to reposition the control. | |
LayoutStyle | ToolStripLayoutStyle.
Gets or sets a value indicating how the System.Windows.Forms.StatusStrip lays out the items collection. | |
Padding | Padding.
This property is not relevant for this class. | |
ShowItemToolTips | bool.
Gets or sets a value indicating whether ToolTips are shown for the System.Windows.Forms.StatusStrip. | |
[read-only] | SizeGripBounds | System.Drawing.Rectangle.
Gets the boundaries of the sizing handle (grip) for a System.Windows.Forms.StatusStrip. |
SizingGrip | bool.
Gets or sets a value indicating whether a sizing handle (grip) is displayed in the lower-right corner of the control. | |
Stretch | bool.
Gets or sets a value indicating whether the System.Windows.Forms.StatusStrip stretches from end to end in its container. |
[read-only] override | DefaultDock | DockStyle.
Gets which borders of the System.Windows.Forms.StatusStrip are docked to the System.Windows.Forms.ToolStripContainer. |
[read-only] override | DefaultPadding | Padding.
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 | DefaultShowItemToolTips | bool.
Gets a value indicating whether ToolTips are shown for the System.Windows.Forms.StatusStrip by default. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the size, in pixels, of the System.Windows.Forms.StatusStrip when it is first created. |