Intersoft WebDesktop Documentation
AllowAutoArrange Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebDesktopShortcutSettings Class : AllowAutoArrange Property


Glossary Item Box

Specifies whether auto arrange should be used to arrange shortcut icons.

Syntax

Visual Basic (Declaration) 
Public Property AllowAutoArrange As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebDesktopShortcutSettings
Dim value As Boolean
 
instance.AllowAutoArrange = value
 
value = instance.AllowAutoArrange
C# 
public bool AllowAutoArrange {get; set;}

Remarks

The default value of this property is True. This property automatically arrange the icons from top to bottom, and move to second column and so on when there are more icons. Moreover, the AutoArrangement feature will rearrange the icons to keep them visible and in order everytime the Desktop is resized.

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.