Version

TitlebarBackColor Property (HtmlBoxUpload)

Gets or sets the background color of the titlebar.
Syntax
'Declaration
 
Public Property TitlebarBackColor As Color
public Color TitlebarBackColor {get; set;}

Property Value

A System.Drawing.Color value specifying the color of 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