Intersoft WebDesktop Documentation
WebDesktopWindow Class
Members  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : WebDesktopWindow Class


Glossary Item Box

The core and most essential user interface element in WebDesktopManager. In WebDesktopManager, a Window represents content which can be in-line contents using HTML markups or webform page using IFrame.

Object Model

WebDesktopWindow Class

Syntax

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  

Remarks

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.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.NamedObjectBase
         ISNet.WebUI.WebDesktop.WebDesktopWindow

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.