Intersoft WebInput Documentation
WrapType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace : WrapType Enumeration






Glossary Item Box

Sets or retrieves how to handle wordwrapping in the object Sets or retrieves how to handle wordwrapping in the object.

Syntax

Visual Basic (Declaration) 
Public Enum WrapType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
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 

Members

MemberDescription
HardText is displayed with wordwrapping and submitted with soft returns and line feeds.
OffWordwrapping is disabled. The lines appear exactly as the user types them.
SoftThe Default value. Text is displayed with wordwrapping and submitted without carriage returns and line feeds.

Remarks

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebControls.WrapType

Requirements

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

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.