See Also

DialogStyle Class  | DialogStyle Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

TitlebarForeColor Property

Dart.PowerWEB.TextBox Namespace > DialogStyle Class : TitlebarForeColor Property (DialogStyle)

Gets or sets the font color of the text on the titlebar.

[Visual Basic]
Public Overridable Property TitlebarForeColor As Color
[C#]
public virtual Color TitlebarForeColor {get; set;}
[C++]
public: __property virtual Color get_TitlebarForeColor(); public: __property virtual void set_TitlebarForeColor(    Color value );
[C++/CLI]
public: virtual property Color TitlebarForeColor {    Color get();    void set (Color value); }

Return Type

A System.Drawing.Color value specifying the font color of the on the titlebar.

Remarks

This property is only used when the HtmlBoxDialog.Type property = DialogType.InternalWindowWithTitlebar.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

DialogStyle Class  | DialogStyle Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.