See Also

Dart.PowerWEB.TextBox Namespace

Requirements

Namespace: Dart.PowerWEB.TextBox

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

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages Requirements PowerWEB TextBox for ASP.NET

LayoutType Enumeration

Dart.PowerWEB.TextBox Namespace : LayoutType Enumeration (Dart.PowerWEB.TextBox)

Enumerates the different ways the HtmlBox can be rendered.

Members

MemberDescription
StandardThe standard HtmlBox layout.
CondensedLayout configured to use a condensed HtmlBox, good for low bandwidth scenarios.
SkinLayout configured for use with graphical skins.

Remarks

The HtmlBox can be rendered multiple ways depending on the scenario. LayoutType.Standard renders a standard editor. LayoutType.Condensed renders a condensed editor (good for low-bandwidth scenarios). LayoutType.Skin renders a editor optimized for displaying graphical skins. NOTE! Changing from one layout type to another WILL change some property values. For example, if you are using the LayoutType.Standard layout, change the HtmlBox.BackColor to red, then change the HtmlBox.LayoutType to LayoutType.Skin, that property will be nulled out. For this reason, it is suggested that you always change the HtmlBox.LayoutType FIRST, before making other changes, to eliminate any chances of a property being overwritten.

Requirements

Namespace: Dart.PowerWEB.TextBox

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

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

See Also

Dart.PowerWEB.TextBox Namespace

 

Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.