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


Glossary Item Box

Collection of settings for WebDesktopWindow object.

Object Model

WebDesktopWindowSettings Class

Syntax

Visual Basic (Declaration) 
Public Class WebDesktopWindowSettings 
   Inherits ISNet.WebUI.WebUIBaseClass
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Visual Basic (Usage)Copy Code
Dim instance As WebDesktopWindowSettings
C# 
public class WebDesktopWindowSettings : ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  

Remarks

WebDesktopWindowSettings contains the default configuration of all Window behaviors. When the properties at Window level are set to Default, the designated property will inherit the value from the WindowSettings.

You can customize each window appearance by configuring WebDesktopWindowSettings. Some properties which control the basic behavior of the window include AllowMinimize, AllowMaximize and AllowClose.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.WebDesktop.WebDesktopWindowSettings
         ISNet.WebUI.WebDesktop.WebDialogBoxWindowSettings

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.