ICreate.Controls.Bars Send comments on this topic.
Collapse Method
See Also 
ICreate.Controls.Bars Namespace > TaskBar Class : Collapse Method






Collapses the TaskBar.

Syntax

Visual Basic (Declaration) 
Public Sub Collapse() 
Visual Basic (Usage)Copy Code
Dim instance As TaskBar
 
instance.Collapse()
C# 
public void Collapse()
Delphi 
public procedure Collapse(); 
JScript 
public function Collapse();
Managed Extensions for C++ 
public: void Collapse(); 
C++/CLI 
public:
void Collapse(); 

Remarks

Calling the Collapse method collapses an expanded TaskBar. When collapsed only the title bar with TitleImage and title Text is displayed.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also