StatusBarPanel

Wisej.Web.StatusBarPanel

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Represents a panel in a StatusBar control. Although the StatusStrip control replaces and adds functionality to the StatusBar control of previous versions, StatusBar is retained for both backward compatibility and future use if you choose.

public class StatusBarPanel : Component

Constructors

Initializes a new instance of the StatusBarPanel class.

Properties

HorizontalAlignment: Returns or sets the alignment of text and icons within the status bar panel.

Boolean: Returns or sets a value indicating that the control can display html in the Text property.

StatusBarPanelAutoSize: Returns or sets whether the status bar panel is automatically resized.

StatusBarPanelBorderStyle: Returns or sets the border style of the status bar panel.

Image: Returns or sets the icon to display within the status bar panel.

Int32: Returns or sets the index value of the image assigned to the StatusBarPanel.

Throws:

String: Returns or sets the theme name or URL for the icon to display in the StatusBarPanel.

String: Returns or sets the name of the image assigned to the StatusBarPanel.

Int32: Returns or sets the minimum allowed width of the status bar panel within the StatusBar control.

Throws:

String: Returns or sets the name to apply to the StatusBarPanel.

StatusBar: Returns the StatusBar control that hosts the status bar panel.

Object: Returns or sets an object that contains data about the StatusBarPanel.

String: Returns or sets the text of the status bar panel.

When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with " ".

String: Returns or sets ToolTip text associated with the status bar panel.

Int32: Returns or sets the width of the status bar panel within the StatusBar control.

Throws:

Methods

Begins the initialization of a StatusBarPanel.

Ends the initialization of a StatusBarPanel.

Updates the component on the client. Overridden to repaint the parent control in design mode.

Events

EventHandler Fired when the StatusBarPanel is clicked.

Implements

NameDescription

All wisej components implement this interface.

Allows an object to serialize itself.

Last updated