Dart.PowerWEB.TextBox Namespace > HtmlBox Class : StartupMode Property (HtmlBox) |
Gets or sets a StartupMode value indicating the startup mode of the HtmlBox.
[Visual Basic]
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets/sets whether the HtmlBox is rendered in Design or HTML view")>
Public Property StartupMode As StartupMode
[C#]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets whether the HtmlBox is rendered in Design or HTML view")]
public StartupMode StartupMode {get; set;}
[C++]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets whether the HtmlBox is rendered in Design or HTML view")]
public: __property StartupMode get_StartupMode();
public: __property void set_StartupMode(
StartupMode value
);
[C++/CLI]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets whether the HtmlBox is rendered in Design or HTML view")]
public:
property StartupMode StartupMode {
StartupMode get();
void set (StartupMode value);
}
An StartupMode value indicating the startup mode of the HtmlBox. The default value is StartupMode.Design
Set this property to StartupMode.HTML to start the HtmlBox in HTML mode.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.