Intersoft ClientUI Documentation
TaskBar Property



Specifies the taskbar control that implements ITaskBar interface to manage window state, represent and identify running windows.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TaskBar As ITaskBar
Dim instance As UXDesktop
Dim value As ITaskBar
 
instance.TaskBar = value
 
value = instance.TaskBar
[CategoryAttribute("Common Properties")]
public ITaskBar TaskBar {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ITaskBar^ TaskBar {
   ITaskBar^ get();
   void set (    ITaskBar^ value);
}
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

Reference

UXDesktop Class
UXDesktop Members

Send Feedback