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


Glossary Item Box

Specifies whether task bar which contain opened windows list is visible.

Syntax

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

Remarks

You can easily enable TaskBarVisible by configuring this property to True. TaskBar is used as the placeholder where open Windows are shown. Moreover, the TaskBar can also be used to hold other objects in the left and right side of the WindowGroupButton area by configuring the TaskBarLeftTemplate and TaskBarRightTemplate.

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.