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






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

Syntax

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

Return Value

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

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