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






Expands the SideBar.

Syntax

Visual Basic (Declaration) 
Public Sub Expand() 
Visual Basic (Usage)Copy Code
Dim instance As SideBar
 
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

When expanded the SideBar is drawn as a wide bar, the title display on the title bar and the SideBarItems displaying both their Image and Text. To programmatically expands a SideBar call the Expand method or set the Collapsed property false.

To collapse an expanded SideBar call Collapse or set the Collapsed property true.

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