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






Expands the TaskBar.

Syntax

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

Remarks

Calling the Expand method expands the collapsed TaskBar. When expanded both the title bar and body, containing the TaskBarItem components, are visible.

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