Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : TitlebarBackColor Property (HtmlBoxDialog) |
Gets or sets the background color of the titlebar.
[Visual Basic]
<DescriptionAttribute("Gets or sets the background color of the dialog titlebar.")>
<DefaultValueAttribute()>
Public Overridable Property TitlebarBackColor As Color
[C#]
[DescriptionAttribute("Gets or sets the background color of the dialog titlebar.")]
[DefaultValueAttribute()]
public virtual Color TitlebarBackColor {get; set;}
[C++]
[DescriptionAttribute("Gets or sets the background color of the dialog titlebar.")]
[DefaultValueAttribute()]
public: __property virtual Color get_TitlebarBackColor();
public: __property virtual void set_TitlebarBackColor(
Color value
);
[C++/CLI]
[DescriptionAttribute("Gets or sets the background color of the dialog titlebar.")]
[DefaultValueAttribute()]
public:
virtual property Color TitlebarBackColor {
Color get();
void set (Color value);
}
A System.Drawing.Color value specifying the color of the titlebar.
This property is only used when the HtmlBoxDialog.Type property = DialogType.InternalWindowWithTitlebar.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxDialog Class | HtmlBoxDialog Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.