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






Gets or sets the brush used to fill the CollapsingGroupPanel footer.

Syntax

Visual Basic (Declaration) 
Public Property FooterBrush As BrushDefinition
Visual Basic (Usage)Copy Code
Dim instance As CollapsingGroupPanel
Dim value As BrushDefinition
 
instance.FooterBrush = value
 
value = instance.FooterBrush
C# 
public BrushDefinition FooterBrush {get; set;}
Delphi 
public read-write property FooterBrush: BrushDefinition; 
JScript 
public function get,set FooterBrush : BrushDefinition
Managed Extensions for C++ 
public: __property BrushDefinition* get_FooterBrush();
public: __property void set_FooterBrush( 
   BrushDefinition* value
);
C++/CLI 
public:
property BrushDefinition^ FooterBrush {
   BrushDefinition^ get();
   void set (BrushDefinition^ value);
}

Return Value

A reference to a BrushDefinition, this property defines the Brush used to fill the footer of the CollapsingGroupPanel.

Remarks

The footer is displayed when the CollapsingGroupPanel is expanded. If ShowFooterWhenCollapsed is true then the footer is also displayed when the CollapsingGroupPanel is collapsed.

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