Dart.PowerWEB.TextBox Namespace : LayoutType Enumeration (Dart.PowerWEB.TextBox) |
Enumerates the different ways the HtmlBox can be rendered.
Member | Description |
---|---|
Standard | The standard HtmlBox layout. |
Condensed | Layout configured to use a condensed HtmlBox, good for low bandwidth scenarios. |
Skin | Layout configured for use with graphical skins. |
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.
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)
Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.