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






Gets or sets the vertical position of the image on the CollapsingGroupPanel header.

Syntax

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

Return Value

A CollapsingGroupPanelImageLayout value, this property specifies the vertical position of the HeaderImage on the header of the CollapsingGroupPanel. The default value is Central.

Remarks

The HeaderImage property defines the image displayed on the header of the CollapsingGroupPanel. The HeaderImageAlign property specifies the horizontal position of the HeaderImage on the header of the CollapsingGroupPanel. The image below shows the effect HeaderImageLayout has on the 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