Intersoft WebDesktop Documentation
WindowArrangement Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebDesktopManager Class : WindowArrangement Property


Glossary Item Box

Gets or sets the default arrangement for all windows.

Syntax

Visual Basic (Declaration) 
Public Property WindowArrangement As WindowArrangementMode
Visual Basic (Usage)Copy Code
Dim instance As WebDesktopManager
Dim value As WindowArrangementMode
 
instance.WindowArrangement = value
 
value = instance.WindowArrangement
C# 
public WindowArrangementMode WindowArrangement {get; set;}

Remarks

Using this property you can easily arrange the window to one of three predefined window arrangement, such as Cascaded, TiledHorizontally or TiledVertically.

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.