See Also

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

Wrap Property

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

Return Type

true if the text content wraps within the text box; otherwise, false. The default is true.

Requirements

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

See Also

DownlevelTextArea Class  | DownlevelTextArea Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.