Version

TextEditorTextMode Enumeration

Specifies the text mode of the TextEditor widget.
Syntax
'Declaration
 
Public Enum TextEditorTextMode 
   Inherits System.Enum
public enum TextEditorTextMode : System.Enum 
Members
MemberDescription
MultilineThe TEXTAREA is used as edit field.
PasswordThe INPUT with the type equal to password is used as edit field.
TextThe INPUT with the type equal to text is used as edit field.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub