Intersoft ClientUI Documentation
ContentBackground Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindowChrome Class : ContentBackground Property






Gets or sets the brush to apply to the background of the window's content.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Brushes")>
Public Property ContentBackground As Brush
Visual Basic (Usage)Copy Code
Dim instance As UXWindowChrome
Dim value As Brush
 
instance.ContentBackground = value
 
value = instance.ContentBackground
C# 
[CategoryAttribute("Brushes")]
public Brush ContentBackground {get; set;}
Delphi 
public read-write property ContentBackground: Brush; 
JScript 
CategoryAttribute("Brushes")
public function get,set ContentBackground : Brush
Managed Extensions for C++ 
[CategoryAttribute("Brushes")]
public: __property Brush* get_ContentBackground();
public: __property void set_ContentBackground( 
   Brush* value
);
C++/CLI 
[CategoryAttribute("Brushes")]
public:
property Brush^ ContentBackground {
   Brush^ get();
   void set (    Brush^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.