Table of Contents

Class StatusBarPanel

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents an individual item that is displayed within a status bar.

[ControlCategory("Hidden")]
public class StatusBarPanel : BaseControlItem, IBaseControlItem, IBaseObject
Inheritance
StatusBarPanel
Implements

Constructors

StatusBarPanel()

Initializes a new instance of the StatusBarPanel class.

StatusBarPanel(string)

Initializes a new instance of the StatusBarPanel class with the specified text for the status bar item.

Properties

Style

Gets or sets style of the status bar panel.

Text

Gets or sets a value indicating the text displayed in the status bar panel.

Width

Gets or sets width of the status bar panel.

Methods

Assign(StatusBarPanel)

Assigns properties from another StatusBarPanel.

Clone()

Creates copy of this StatusBarPanel.

ToString()

Events

PropertyChanged

Occurs when any of the properties were changed.

StyleChanged

Occurs when the Style property changes.

TextChanged

Occurs when the Text property changes.

WidthChanged

Occurs when the Width property changes.