StatusBarControl

Wisej.Web.StatusBarControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Represents a panel in a StatusBar control that can host any Control.

public class StatusBarControl : 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

Container for the referenced components or collections.

OnWebEvent(e)

Processes the event from the client.

Parameter
Type
Description

e

Event arguments.

OnWebRender(config)

Renders the client component.

Parameter
Type
Description

config

Dynamic configuration object.

Implements

Name
Description

Provides access to the UserData and Tag properties associated to the component implementing this interface.

Bindable components implement this interface.

All wisej components implement this interface.

Allows an object to serialize itself.

Last updated

Was this helpful?