Dart.PowerWEB.TextBox Namespace > HtmlBoxTabStrip Class : HighlightForeColor Property (HtmlBoxTabStrip) |
Gets or sets the text color of the highlighted tab option.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The font color of the highlighted tab option.")>
Public Overridable Property HighlightForeColor As Color
[C#]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The font color of the highlighted tab option.")]
public virtual Color HighlightForeColor {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The font color of the highlighted tab option.")]
public: __property virtual Color get_HighlightForeColor();
public: __property virtual void set_HighlightForeColor(
Color value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The font color of the highlighted tab option.")]
public:
virtual property Color HighlightForeColor {
Color get();
void set (Color value);
}
A System.Drawing.Color value indicating the text color of the highlighted tab option.
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.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxTabStrip Class | HtmlBoxTabStrip Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.