Desktop
Wisej.Web.Desktop
Last updated
Was this helpful?
Wisej.Web.Desktop
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a desktop container that can host floating windows.
Initializes a new instance of the class.
: Returns true if this desktop instance is the currently active desktop. It is the same as comparing the instance with . (Default: False
)
Default value is {X=0,Y=0,Width=200,Height=52} (System.Drawing.Rectangle)
The default value is a new DesktopTaskBarItemCollection
Disposes the page and related resources.
disposing
true when this method is called by the application rather than a finalizer.
e
Returns a collection of referenced components or collection of components.
items
Creates the page.
e
e
e
e
e
A System.EventArgs that contains the event data.
e
e
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.
Provides the functionality for a control to act as a parent for other controls.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
All wisej top-level windows implement this interface.
Allows an object to serialize itself.
: Returns or sets whether the taskbar is hidden automatically when there are no opened windows or no windows with the property ShowInTaskbar set to true. (Default: False
)
: Returns a rectangle that represents the inner dimensions of the control.
: Returns or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Default: None
)
: Returns or sets the height of the page.
: Returns whether the taskbar is currently visible. (Default: True
)
: Returns the collection of controls displayed in the taskbar of the desktop control.
: Returns or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
: Returns the height and width of the page.
: Return or sets the alignment of the in the taskbar. (Default: Left
)
: Return or sets the position of the taskbar to one of the four sides indicated by the values. (Default: Bottom
)
: Returns the height or width of the taskbar in the current theme, depending on the value of .
: Returns or sets the title of the . If the desktop is the main desktop, setting the text also changes the title in the browser. (Default: ""
)
: Returns or sets the wallpaper image. (Default: ""
)
: Returns or sets the width of the page.
Fires the event.
A that contains the event data.
Fires the event.
The that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Raises the event.
Fires the event when the property value of the control's container changes.
An that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Fired when the desktop becomes active, and it's the new .
Fired when the desktop is deactivated and it's no longer the .
Fired when a on the is clicked.
Fired when a on the is double clicked.
Fired before the desktop becomes visible for the first time.
Occurs when the property changes value.
Occurs when the property changes value.
Occurs when the property AutoHideTaskbar is set to true and the TaskBar is either hidden or shown.
All wisej controls derived from the class must implement this interface.