| Visual Basic (Declaration) | |
|---|---|
Public Property FooterBrush As BrushDefinition | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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 theThe 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