Intersoft WebDesktop Documentation
WebDesktopManager
Send Feedback
Intersoft WebDesktop > Client-side References > WebDesktopManager

Glossary Item Box

 WebDesktopManager Properties

Windows Description
Gets the collection of Windows available in this DesktopManager instance

ValueType
Collection (ISArray)

Default Value

ShortcutIcons Description
Gets the collection of shortcut icons available in this WebDesktop Manager

ValueType
Collection (ISArray)

Default Value

WindowArrangement Description
Gets or sets window arrangement in this WebDesktop Manager

ValueType
String

Default Value

TaskBarVisible Description
Gets or sets the value to indicate whether taskbar is visible in WebDesktop

ValueType
boolean

Default Value

TaskBarSettings Description
Gets or sets the taskbar settings in WebDesktop Manager

ValueType
TaskBarSettings

Default Value

ImagesSettings Description
Gets or sets the images settings in WebDesktop Manager

ValueType
ImageSettings

Default Value

WindowSettings Description
Gets or sets the window settings

ValueType
WindowSettings

Default Value

ShortcutIconsVisible Description
Gets or sets the value to indicate whether shortcut icons are visible in WebDesktop

ValueType
boolean

Default Value

EnableAnimation Description
Gets or sets the value to indicate whether animation should be enabled in WebDesktop

ValueType
boolean

Default Value

EnableKeyboardNavigation Description
Gets or sets the value to indicate whether keyboard navigation should be enabled in WebDesktop

ValueType
boolean

Default Value

ClientSideEvents Description
Gets the object containing list of client side events.

ValueType


Default Value

ImagesDirectory Description
Gets or sets the images directory used in WebDesktop

ValueType
String

Default Value

TextSettings Description
Gets or sets the text settings used in WebDesktop

ValueType
TextSettings

Default Value

ShortcutSettings Description
Gets or sets shortcut settings

ValueType
ShortcutSettings

Default Value

ActiveWindowIndex Description
Gets or sets the index of currently active window

ValueType
int

Default Value

EnableContextMenu Description
Gets or sets the value to indicate whether context menu should be enabled when user right click on valid objects in DesktopManager

ValueType
boolean

Default Value

ClientID Description
Gets the server control identifier generated by ASP.NET

ValueType
String

Default Value

ID Description
Gets or sets the programmatic identifier assigned to the WebManager

ValueType
String

Default Value

ActiveShortcutIndex Description
Gets or sets the index of currently active shortcut

ValueType
int

Default Value

CreatedAtRuntime Description
Gets or sets the value to indicate whether the WebDesktopManager is created at runtime

ValueType
boolean

Default Value

 WebDesktopManager Methods

GetIFrameWindow Description
Get the IFrameWindow of the WebDesktopManager object by given name

Parameters
name ( String )
The name of IFrameWindow that you want to get.

Remarks

 

Return Value

object (window)

Samples

 
CreateWindow

Description
Creates a new WebDesktopWindow instance with default configurations

Parameters

Remarks


Return Value

object (WebDesktopWindow)

Samples

 

GetDocument

Description
Gets the WebDesktop document

Parameters

Remarks


Return Value

object

Samples

 

GetContentWindow

Description
Gets the WebDesktop content window

Parameters

Remarks


Return Value

object (WebDesktopWindow)

Samples

 

GetTaskBarElement

Description
Gets the HTML taskbar element of WebDesktop

Parameters

Remarks


Return Value

object (HTML element)

Samples

 

GetTaskBarWindowGroupElement

Description
Gets the HTML taskbar element of the WebDesktop's WindowGroup

Parameters

Remarks


Return Value

object (HTML element)

Samples

 

GetTaskBarLeftTemplateElement

Description
Gets the HTML taskbar element of WebDesktop's left template

Parameters

Remarks


Return Value

object (HTML element)

Samples

 

GetTaskBarRightTemplateElement

Description
Gets the HTML taskbar element of WebDesktop's right template

Parameters

Remarks


Return Value

object (HTML element)

Samples

 

GetDesktopElement

Description
Gets the HTML desktop element

Parameters

Remarks


Return Value

object (HTML element)

Samples

 

GetDesktopSize

Description
Gets the desktop size

Parameters

Remarks


Return Value

unit size

Samples

 

CascadeWindows Decription
Performs cascade windows tiling to all open Windows

Parameters
skipCustomLocation ( String )
Skip the windows if the location is custom

Remarks


Return Value


Samples

 

TileWindowsHorizontally Description
Tiling all open windows horizontally

Parameters
skipCustomLocation ( String )
Skip the windows if the location is custom

Remarks


Return Value


Samples

 

TileWindowsVertically Description
Tiling all open windows vertically

Parameters
skipCustomLocation ( String )
Skip the windows if the location is custom

Remarks


Return Value


Samples

 

GetActiveWindow

Description
Gets the active WebDesktopWindow instance

Parameters

Remarks


Return Value

object (WebDesktopWindow)

Samples

 

GetActiveShortcut

Description
Gets the WebDesktop active shortcut

Parameters

Remarks


Return Value

object (WebDesktopShortcut)

Samples

 

GetWindow Description
Gets WebDesktopWindow instance by given name

Parameters
name ( String )
Name of the window

Remarks


Return Value

object (WebDesktopWindow)
Samples

 

ResolveImagePath Description
Resolves the image path

Parameters
img ( )
path of the image

Remarks


Return Value


Samples


 

RearrangeShortCutIcons

Description
Rearrange WebDesktop's ShortCut Icons

Parameters

 

Remarks

 

Return Value


Samples


 

ShowShortcutIcons

Description
Show WebDesktop's ShortCut Icons

Parameters

 

Remarks

 

Return Value


Samples


 

HideShortcutIcons

Description
Hide WebDesktop's ShortCut Icons


Parameters

 

Remarks

 

Return Value


Samples

 
ShowDesktop

Description
Minimize all Window and show the Desktop

Parameters

 

Remarks

 

Return Value


Samples

 
SaveDesktopStateToXml

Description
Save Desktop State to XML object


Parameters

 

Remarks

 

Return Value

xml object


Samples

 
GetNotificationControl

Description


Parameters

 

Remarks

 

Return Value

 


Samples

 
© 2012 Intersoft Solutions Corp. All Rights Reserved.