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


Glossary Item Box

Collection of task bar settings for WebDesktopWindow object.

Object Model

WebDesktopTaskBarSettings Class

Syntax

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

Remarks

A TaskBar represents panel contains a list of open Windows which displayed in "Button" object. The buttons of the open Windows are also called as TaskBarWindowButton. The TaskBar provides a convenient and quick access for the currently open Windows and also serve as centralized navigation system for desktop-style web application.

Some important properties of the WebDesktopTaskBarSettings include Position, ShowWindows, WindowButtonSpacing, and WindowButtonWidth.

The TaskBar implements Automatic TaskBarWindowButton Resizing in conjunction with WindowButtonWidth property. This built-in mechanism enables the Button's width to be automatically shrinked as more open windows are added. As opposed, when more spaces become available, the Button's width will be restored to the preferred width specified in WindowButtonWidth.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.WebDesktop.WebDesktopTaskBarSettings

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.