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 : StatusBarPanelPublic Class StatusBarControl
    Inherits StatusBarPanelConstructors
 StatusBarControl()
 StatusBarControl()
 StatusBarControl()
 StatusBarControl()Initializes a new instance of StatusBarControl.
Properties
 Control
 Control
 Control
 ControlControl: Returns or sets the Control to be hosted. (Default: null)
Methods
 OnAddReferences(items)
 OnAddReferences(items)
 OnAddReferences(items)
 OnAddReferences(items)Adds references components to the list. Referenced components can be added individually or as a reference to a collection.
Parameter
Type
Description
 OnWebEvent(e)
 OnWebEvent(e)
 OnWebEvent(e)
 OnWebEvent(e)Processes the event from the client.
Parameter
Type
Description
 OnWebRender(config)
 OnWebRender(config)
 OnWebRender(config)
 OnWebRender(config)Renders the client component.
Parameter
Type
Description
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?

