Visual Basic (Declaration) | |
---|---|
Public Enum WrapType Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WrapType |
C# | |
---|---|
public enum WrapType : System.Enum |
Delphi | |
---|---|
public enum WrapType = class(System.Enum) |
JScript | |
---|---|
public enum WrapType extends System.Enum |
Managed Extensions for C++ | |
---|---|
__value public enum WrapType : public System.Enum |
C++/CLI | |
---|---|
public enum class WrapType : public System.Enum |
Member | Description |
---|---|
Hard | Text is displayed with wordwrapping and submitted with soft returns and line feeds. |
Off | Wordwrapping is disabled. The lines appear exactly as the user types them. |
Soft | The Default value. Text is displayed with wordwrapping and submitted without carriage returns and line feeds. |
WebInput uses a WebInputWrapType to indicate which wrap type of WebInput should be implemented. WebInputWrapType default value is soft. Members :
Member name | Description |
---|---|
Soft | Default. Text is displayed with wordwrapping and submitted without carriage returns and line feeds |
Hard | Text is displayed with wordwrapping and submitted with soft returns and line feeds |
Off | Wordwrapping is disabled. The lines appear exactly as the user types them |
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebControls.WrapType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2