Version

HighlightBorderStyle Property

Gets or sets the border style of the highlighted tab option.
Syntax
'Declaration
 
Public Property HighlightBorderStyle As BorderStyle
public BorderStyle HighlightBorderStyle {get; set;}

Property Value

A BorderStyle value indicating the border style 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