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






Gets or sets the Boolean value indicating if the InternalPanel of the SelectedItem is displayed when the panel region of the collapsed SideBar is clicked.

Syntax

Visual Basic (Declaration) 
Public Property ShowCollapsedPanelWhenClicked As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SideBar
Dim value As Boolean
 
instance.ShowCollapsedPanelWhenClicked = value
 
value = instance.ShowCollapsedPanelWhenClicked
C# 
public bool ShowCollapsedPanelWhenClicked {get; set;}
Delphi 
public read-write property ShowCollapsedPanelWhenClicked: Boolean; 
JScript 
public function get,set ShowCollapsedPanelWhenClicked : boolean
Managed Extensions for C++ 
public: __property bool get_ShowCollapsedPanelWhenClicked();
public: __property void set_ShowCollapsedPanelWhenClicked( 
   bool value
);
C++/CLI 
public:
property bool ShowCollapsedPanelWhenClicked {
   bool get();
   void set (bool value);
}

Return Value

A System.Boolean value, this property specifies if the InternalPanel of the SelectedItem is displayed when the user clicks the panel region of a collapsed SideBar. The default value is true.

Remarks

The InternalPanel is hosted on a temporary Form. This Form can be accessed via the NavigationPaneWidow property.

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