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






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

Syntax

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

Return Value

A reference to an Image, this property specifies the image displayed on the header of the CollapsingGroupPanel.

Remarks

The HeaderImageAlign property sets the horizontal position of the HeaderImage. The HeaderImageLayout sets the vertical position of the HeaderImage.

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