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

HtmlText Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxTabStrip Class : HtmlText Property

Gets or sets the text that is displayed on the "HTML" tab.

[Visual Basic]
<DescriptionAttribute("The text to display next to the HTML option.")> <NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> Public Property HtmlText As String
[C#]
[DescriptionAttribute("The text to display next to the HTML option.")] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public string HtmlText {get; set;}
[C++]
[DescriptionAttribute("The text to display next to the HTML option.")] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public: __property string* get_HtmlText(); public: __property void set_HtmlText(    string* value );
[C++/CLI]
[DescriptionAttribute("The text to display next to the HTML option.")] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public: property String^ HtmlText {    String^ get();    void set (String^ value); }

Return Type

A string containing the text that is displayed on the "HTML" tab. The default value is "HTML".

Remarks

This property is displayed as the text on the tab strip option which causes the HtmlBox to switch to HTML mode when pressed.

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.