| Visual Basic (Declaration) | |
|---|---|
Public Sub Expand() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Expand() | |
| Delphi | |
|---|---|
public procedure Expand(); | |
| JScript | |
|---|---|
public function Expand(); | |
| Managed Extensions for C++ | |
|---|---|
public: void Expand(); | |
| C++/CLI | |
|---|---|
public: void Expand(); | |
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