See Also

HtmlBoxDialog Class  | HtmlBoxDialog 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

TitlebarFontName Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : TitlebarFontName Property (HtmlBoxDialog)

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

[Visual Basic]
<DescriptionAttribute("Gets or sets the font name of the text on the dialog titlebar.")> <DefaultValueAttribute()> Public Overridable Property TitlebarFontName As String
[C#]
[DescriptionAttribute("Gets or sets the font name of the text on the dialog titlebar.")] [DefaultValueAttribute()] public virtual string TitlebarFontName {get; set;}
[C++]
[DescriptionAttribute("Gets or sets the font name of the text on the dialog titlebar.")] [DefaultValueAttribute()] public: __property virtual string* get_TitlebarFontName(); public: __property virtual void set_TitlebarFontName(    string* value );
[C++/CLI]
[DescriptionAttribute("Gets or sets the font name of the text on the dialog titlebar.")] [DefaultValueAttribute()] public: virtual property String^ TitlebarFontName {    String^ get();    void set (String^ value); }

Return Type

A string value specifying the font name of the text 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

HtmlBoxDialog Class  | HtmlBoxDialog Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.