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






Gets or sets if the CollapsingGroupPanel has a footer.

Syntax

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

Return Value

A System.Boolean value, this property specifies if the CollapsingGroupPanel has a footer. If ShowFooter is true then the CollapsingGroupPanel has a footer, otherwise ShowFooter is false and the CollapsingGroupPanel does not have a footer.

Remarks

ShowFooterWhenCollapsed determines if the footer is displayed when the CollapsingGroupPanel is collapsed. This property is only applicable if 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