Dart.PowerWEB.TextBox Namespace > HtmlBox Class : UseLineBreak Property |
Gets or sets a value which determines how enter key presses behave.
[Visual Basic]
<DescriptionAttribute("Gets/sets whether a <p> tag or a <br> tag is rendered when the Enter key is pressed")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property UseLineBreak As Boolean
[C#]
[DescriptionAttribute("Gets/sets whether a <p> tag or a <br> tag is rendered when the Enter key is pressed")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public bool UseLineBreak {get; set;}
[C++]
[DescriptionAttribute("Gets/sets whether a <p> tag or a <br> tag is rendered when the Enter key is pressed")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public: __property bool get_UseLineBreak();
public: __property void set_UseLineBreak(
bool value
);
[C++/CLI]
[DescriptionAttribute("Gets/sets whether a <p> tag or a <br> tag is rendered when the Enter key is pressed")]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
public:
property bool UseLineBreak {
bool get();
void set (bool value);
}
true if enter key presses insert a <BR> tag; false if enter key presses insert a <P> tag
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.