'Declaration Public Enum TextEditorTextMode Inherits System.Enum
public enum TextEditorTextMode : System.Enum
Member | Description |
---|---|
Multiline | The TEXTAREA is used as edit field. |
Password | The INPUT with the type equal to password is used as edit field. |
Text | The INPUT with the type equal to text is used as edit field. |
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
View on GitHub