Dart.PowerWEB.TextBox Namespace > DownlevelTextArea Class : Wrap Property |
Gets or sets a value indicating whether the text content wraps within the text box.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
Public Property Wrap As Boolean
[C#]
[NotifyParentPropertyAttribute(true)]
public bool Wrap {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
public: __property bool get_Wrap();
public: __property void set_Wrap(
bool value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
public:
property bool Wrap {
bool get();
void set (bool value);
}
true if the text content wraps within the text box; otherwise, false. The default is true.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
DownlevelTextArea Class | DownlevelTextArea Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.