StatusBar
Wisej.Web.StatusBar
Last updated
Was this helpful?
Wisej.Web.StatusBar
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays information to the user in a about the object being viewed, the object's components, or the object's operation.
Initializes a new instance of the class.
: Returns the default size of the control.
disposing
true when this method is called by the application rather than a finalizer.
Returns a collection of referenced components or collection of components.
items
e
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets the docking behavior of the control. (Default: Bottom
)
: Returns the number of child panels without forcing the creation of the collection.
: Returns the collection of panels contained within the control.
: Returns or sets whether any panels that have been added to the control are displayed. (Default: True
)
The StatusBar control displays the value of its property without any panels by default. When ShowPanels is set to true, the children specified in the StatusBar control are displayed; otherwise they are hidden and the is displayed instead.
: Returns or sets whether a sizing grip is displayed in the lower-right corner of the control. (Default: True
)
: Returns or sets the text displayed in the control when if doesn't contain any or when is false. (Default: ""
)
The text assigned to the is displayed only if it doesn't contain any or if the property is false.
: Returns or sets how text is aligned in a control. (Default: Left
)
Disposes of the resources (other than memory) used by the .
Fires the event.
An that contains the event data.
Fires the event.
A that contains the event data.
Fired when a object on a control is clicked.
All wisej controls derived from the class must implement this interface.