StatusBarPanel
Wisej.Web.StatusBarPanel
Last updated
Was this helpful?
Wisej.Web.StatusBarPanel
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a panel in a control.
Initializes a new instance of the class.
: Returns or sets the alignment of text and icons within the status bar panel. (Default: Left
)
Throws:
Throws:
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 "<br/>".
Throws:
Updates the component on the client. Overridden to repaint the parent control in design mode.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
: Returns or sets whether the status bar panel is automatically resized. (Default: None
)
: Returns or sets the border style of the status bar panel. (Default: Solid
)
: Returns or sets the icon to display within the status bar panel.
: Returns or sets the index value of the image assigned to the . (Default: -1
)
The assigned value is less than -1.
: Returns or sets the theme name or URL for the icon to display in the .
: Returns or sets the name of the image assigned to the . (Default: ""
)
: Returns or sets the minimum allowed width of the status bar panel within the control. (Default: 10
)
A value less than 0 is assigned to the property.
: Returns or sets the name to apply to the .
: Returns or sets padding within the statusbar panel.
: Returns the control that hosts the status bar panel.
: Returns or sets an object that contains data about the . (Default: null
)
: Returns or sets the text of the status bar panel. (Default: ""
)
: Returns or sets ToolTip text associated with the status bar panel. (Default: ""
)
: Returns or sets the width of the status bar panel within the control. (Default: 100
)
The width specified is less than the value of the property.
Begins the initialization of a .
Ends the initialization of a .
Fired when the is clicked.
Represents a panel in a control that can host any .