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

HighlightBorderStyle Property

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

Gets or sets the border style of the highlighted tab option.

[Visual Basic]
<DescriptionAttribute("The border style of the highlighted option.")> <NotifyParentPropertyAttribute(True)> Public Overridable Property HighlightBorderStyle As BorderStyle
[C#]
[DescriptionAttribute("The border style of the highlighted option.")] [NotifyParentPropertyAttribute(true)] public virtual BorderStyle HighlightBorderStyle {get; set;}
[C++]
[DescriptionAttribute("The border style of the highlighted option.")] [NotifyParentPropertyAttribute(true)] public: __property virtual BorderStyle get_HighlightBorderStyle(); public: __property virtual void set_HighlightBorderStyle(    BorderStyle value );
[C++/CLI]
[DescriptionAttribute("The border style of the highlighted option.")] [NotifyParentPropertyAttribute(true)] public: virtual property BorderStyle HighlightBorderStyle {    BorderStyle get();    void set (BorderStyle value); }

Return Type

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 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.