Skip to main content
Version: 3.5

StatusBarControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

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

public class StatusBarControl : StatusBarPanel

Constructors

Instance memberStatusBarControl()

Initializes a new instance of StatusBarControl.

Properties

Instance memberControl

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

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejSerializableAllows an object to serialize itself.