ICreate.Controls.Bars Send comments on this topic.
SideBarPanelHostWindow Class
See Also  Members  
ICreate.Controls.Bars Namespace : SideBarPanelHostWindow Class






The Form hosting the SideBarItem InternalPanel.

Syntax

Visual Basic (Declaration) 
Public Class SideBarPanelHostWindow 
   Inherits Form
Visual Basic (Usage)Copy Code
Dim instance As SideBarPanelHostWindow
C# 
public class SideBarPanelHostWindow : Form 
Delphi 
public class SideBarPanelHostWindow = class(Form)
JScript 
public class SideBarPanelHostWindow extends Form
Managed Extensions for C++ 
public __gc class SideBarPanelHostWindow : public Form 
C++/CLI 
public ref class SideBarPanelHostWindow : public Form 

Remarks

The InternalPanel of a SideBarItem can be displayed by selecting the SideBarItem and clicking on the panel region of the collapsed SideBar. The InternalPanel is displayed on a SideBarPanelHostWindow Form.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     ICreate.Controls.Bars.SideBarPanelHostWindow

Requirements

Namespace: ICreate.Controls.Bars

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

Assembly: ICreate.Controls.Bars (in ICreate.Controls.Bars.dll)

See Also