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






Gets or sets the template describing the appearance of the SuperPanel client area background.

Syntax

Visual Basic (Declaration) 
Public Property ClientBackground As Background
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As Background
 
instance.ClientBackground = value
 
value = instance.ClientBackground
C# 
public Background ClientBackground {get; set;}
Delphi 
public read-write property ClientBackground: Background; 
JScript 
public function get,set ClientBackground : Background
Managed Extensions for C++ 
public: __property Background* get_ClientBackground();
public: __property void set_ClientBackground( 
   Background* value
);
C++/CLI 
public:
property Background^ ClientBackground {
   Background^ get();
   void set (Background^ value);
}

Return Value

A reference to a Background, this property determines the appearance of the client area background The default value is a Background with Type None.

Remarks

The client area is the interior of the SuperPanel. ClientMargin determines the distance from the edge of the SuperPanel to the start of the client area. The border is drawn surrounding the client area.

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