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);
}
A string containing the text that is displayed on the "Design" tab. The default value is "Design".
This property is displayed as the text on the tab strip option which causes the HtmlBox to switch to design mode when pressed.
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.