System.Windows.Forms.ToolStripStatusLabel Members

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

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

Public Constructors

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

Initializes a new instance of the System.Windows.Forms.ToolStripStatusLabel class that displays the specified image.

Initializes a new instance of the System.Windows.Forms.ToolStripStatusLabel class that displays the specified text.

Initializes a new instance of the System.Windows.Forms.ToolStripStatusLabel class that displays the specified image and text.

Initializes a new instance of the System.Windows.Forms.ToolStripStatusLabel class that displays the specified image and text, and that carries out the specified action when the user clicks the System.Windows.Forms.ToolStripStatusLabel.

Initializes a new instance of the System.Windows.Forms.ToolStripStatusLabel class with the specified name that displays the specified image and text, and that carries out the specified action when the user clicks the System.Windows.Forms.ToolStripStatusLabel.

Public Properties

AlignmentToolStripItemAlignment.

Gets or sets a value that determines where the System.Windows.Forms.ToolStripStatusLabel is aligned on the System.Windows.Forms.StatusStrip.

BorderSidesToolStripStatusLabelBorderSides.

Gets or sets a value that indicates which sides of the System.Windows.Forms.ToolStripStatusLabel show borders.

BorderStyleBorder3DStyle.

Gets or sets the border style of the System.Windows.Forms.ToolStripStatusLabel.

Springbool.

Gets or sets a value indicating whether the System.Windows.Forms.ToolStripStatusLabel automatically fills the available space on the System.Windows.Forms.StatusStrip as the form is resized.

Protected Properties

[read-only]
override
DefaultMarginPadding. Documentation for this section has not yet been entered.

Public Methods

override
GetPreferredSize(System.Drawing.Size) : System.Drawing.Size

Retrieves the size of a rectangular area into which a System.Windows.Forms.ToolStripStatusLabel can be fitted.

Protected Methods

override
OnPaint(PaintEventArgs)
Documentation for this section has not yet been entered.