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






Gets or sets the boolean value indicating if the footer is displayed when the CollapsingGroupPanel is collapsed.

Syntax

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

Return Value

A System.Boolean value, this property specifies if the footer is displayed when the CollapsingGroupPanel is collapsed. If ShowFooterWhenCollapsed is true then the footer is displayed when the CollapsingGroupPanel is collapsed; otherwise ShowFooterWhenCollapsed is false and the footer is not displayed when the CollapsingGroupPanel is collapsed.

Remarks

ShowFooter specifies if the CollapsingGroupPanel has a footer. ShowFooterWhenCollapsed only applies when ShowFooter is 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