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

DesignText Property

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

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

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

Return Type

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

Remarks

This property is displayed as the text on the tab strip option which causes the HtmlBox to switch to design 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.