Version

HighlightForeColor Property (HtmlBoxTabStrip)

Gets or sets the text color of the highlighted tab option.
Syntax
'Declaration
 
Public Property HighlightForeColor As Color
public Color HighlightForeColor {get; set;}

Property Value

A System.Drawing.Color value indicating the text color of the highlighted tab option.
Remarks

When using the HtmlBoxTabStrip, one of the two tab options is always selected (for instance, when the WebHtmlEditor is initially loaded, the "Design" tab is selected). This property is used to modify the visual appearance of the selected tab.

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