Version

TitlebarFontName Property (DialogStyle)

Gets or sets the font name of the text on the titlebar.
Syntax
'Declaration
 
Public Property TitlebarFontName As String
public string TitlebarFontName {get; set;}

Property Value

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

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also