See Also

HtmlBox Class  | HtmlBox 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

StartupMode Property

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); }

Return Type

An StartupMode value indicating the startup mode of the HtmlBox. The default value is StartupMode.Design

Remarks

Set this property to StartupMode.HTML to start the HtmlBox in HTML mode.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.