
| Visual Basic (Declaration) | |
|---|---|
Public Class WebDesktopWindow Inherits ISNet.WebUI.NamedObjectBase Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebDesktopWindow | |
| C# | |
|---|---|
public class WebDesktopWindow : ISNet.WebUI.NamedObjectBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject | |
Window user interface element is typically represented by a rectangular shape containing an Image and Text describing the running application of the Window. In WebDesktopManager, a Window consists of ControlBox element, TitleBar, Minimize button, Maximize button, Close button.
WebDesktopManager also implements most of functions found in a Desktop. The following lists some of the implementation
- Window moving.
- Window resizing.
- Window states.
- Window context menu.
For a complete list of WebDesktopManager's behaviors in this release, see High Clarity Desktop technology.
The latest release of WebDesktopManager supports ComplexImages border type in addition to the Simple type. The ComplexImages border type enables you to create great looking visual style of today popular's desktop in high details.
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.NamedObjectBase
ISNet.WebUI.WebDesktop.WebDesktopWindow
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
WebDesktopWindow MembersISNet.WebUI.WebDesktop Namespace
Tasks
Hiding a Window at initial loadHiding a Window from TaskBar
tasks
Using Window OptionsSpecifying Custom Location for a Window
Specifying Minimum and Maximum Size for a Window
Adding new Window at Client Side
Concepts
WindowContentMode and Most Common Scenarios