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






Gets or sets the image displayed on the footer of the CollapsingGroupPanel.

Syntax

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

Return Value

A reference to an Image, this property specifies the image displayed on the footer of the CollapsingGroupPanel. The default value is null (Nothing in Visual Basic).

Remarks

The FooterImageAlign and FooterImageLayout properties determine the location of the FooterImage on the CollapsingGroupPanel footer.

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