StatusBarControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents a panel in a StatusBar control that can host any Control.
- C#
- VB.NET
public class StatusBarControl : StatusBarPanel
Public Class StatusBarControl
Inherits StatusBarPanel
Constructors
StatusBarControl()
Initializes a new instance of StatusBarControl.
Properties
Control
Control: Returns or sets the Control to be hosted. (Default: null)
Methods
OnAddReferences(items)
Adds references components to the list. Referenced components can be added individually or as a reference to a collection.
| Parameter | Type | Description |
|---|---|---|
| items | IList | Container for the referenced components or collections. |
OnWebEvent(e)
Processes the event from the client.
| Parameter | Type | Description |
|---|---|---|
| e | WisejEventArgs | Event arguments. |
OnWebRender(config)
Renders the client component.
| Parameter | Type | Description |
|---|---|---|
| config | Object | Dynamic configuration object. |
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| IBindableComponent | Bindable components implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |