See Also

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

HighlightBackColor Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxTabStrip Class : HighlightBackColor Property (HtmlBoxTabStrip)

Gets or sets the color of the highlighted tab option.

[Visual Basic]
<DefaultValueAttribute()> <NotifyParentPropertyAttribute(True)> <DescriptionAttribute("The background color of the highlighted tab option.")> Public Overridable Property HighlightBackColor As Color
[C#]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [DescriptionAttribute("The background color of the highlighted tab option.")] public virtual Color HighlightBackColor {get; set;}
[C++]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [DescriptionAttribute("The background color of the highlighted tab option.")] public: __property virtual Color get_HighlightBackColor(); public: __property virtual void set_HighlightBackColor(    Color value );
[C++/CLI]
[DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] [DescriptionAttribute("The background color of the highlighted tab option.")] public: virtual property Color HighlightBackColor {    Color get();    void set (Color value); }

Return Type

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

Remarks

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBoxTabStrip Class  | HtmlBoxTabStrip Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.