StatusBarControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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)
Implements
| Name | Description |
|---|---|
| IBindableComponent | Bindable components implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |