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






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

Syntax

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

Return Value

A CollapsingGroupPanelImageLayout value, this property specifies the vertical position of the FooterImage on the footer of the CollapsingGroupPanel. The default value is SizeToImage.

Remarks

The image below shows the effect the FooterImageLayout property has on the vertical position of the FooterImage.

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