Skip to main content
Version: 4.1

StatusBarControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public class StatusBarControl : StatusBarPanel

Constructors

Instance member StatusBarControl()

Initializes a new instance of StatusBarControl.

Properties

Instance member Control

Control: Returns or sets the Control to be hosted. (Default: null)

Methods

Protected member OnAddReferences(items)

Adds references components to the list. Referenced components can be added individually or as a reference to a collection.

ParameterTypeDescription
itemsIListContainer for the referenced components or collections.

Protected member OnWebEvent(e)

Processes the event from the client.

ParameterTypeDescription
eWisejEventArgsEvent arguments.

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IBindableComponentBindable components implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejSerializableAllows an object to serialize itself.