Gets or sets the template describing the appearance of the title background
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property TitleBackground As Background |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As SuperPanel
Dim value As Background
instance.TitleBackground = value
value = instance.TitleBackground
|
| Delphi | |
|---|
public read-write property TitleBackground: Background; |
| JScript | |
|---|
public function get,set TitleBackground : Background |
| Managed Extensions for C++ | |
|---|
public: __property Background* get_TitleBackground();
public: __property void set_TitleBackground(
Background* value
); |
Return Value
A reference to a
Background, this property determines the appearance of the
SuperPanel title background. The default value is a
Background with
Type None.
Remarks
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