Determines whether to use the custom 
Color color to paint the title bar.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property UseCustomColor As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As MedicalViewerTitlebar
Dim value As Boolean
 
instance.UseCustomColor = value
 
value = instance.UseCustomColor
  | 
 
| C# |   | 
|---|
public bool UseCustomColor {get; set;} | 
 
| C++/CLI |   | 
|---|
public:
property bool UseCustomColor {
   bool get();
   void set (bool value);
} | 
 
            
            
            Return Value
true to use the custom color, false to use the system theme color.
 
            
            
            
            
Example
            
            
            
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
 
            
            
See Also