1<?xml version="1.0" encoding="utf-8"?>
2<Type Name="TextBoxMode" FullName="System.Web.UI.WebControls.TextBoxMode">
3  <TypeSignature Language="C#" Maintainer="auto" Value="public enum TextBoxMode" />
4  <AssemblyInfo>
5    <AssemblyName>System.Web</AssemblyName>
6    <AssemblyPublicKey>
7    </AssemblyPublicKey>
8    <AssemblyVersion>1.0.5000.0</AssemblyVersion>
9    <AssemblyVersion>2.0.0.0</AssemblyVersion>
10  </AssemblyInfo>
11  <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
12  <Base>
13    <BaseTypeName>System.Enum</BaseTypeName>
14  </Base>
15  <Docs>
16    <remarks>
17      <attribution license="cc4" from="Microsoft" modified="false" />
18      <para>The <see cref="T:System.Web.UI.WebControls.TextBoxMode" /> enumeration represents the different display options for <see cref="T:System.Web.UI.WebControls.TextBox" /> controls.</para>
19      <para>
20        <see cref="F:System.Web.UI.WebControls.TextBoxMode.SingleLine" /> mode displays the <see cref="T:System.Web.UI.WebControls.TextBox" /> control as a single row. If the user enters text that exceeds the physical size of the <see cref="T:System.Web.UI.WebControls.TextBox" /> control, the text will scroll horizontally. </para>
21      <para>
22        <see cref="F:System.Web.UI.WebControls.TextBoxMode.MultiLine" /> mode displays the height of the <see cref="T:System.Web.UI.WebControls.TextBox" /> based on the <see cref="P:System.Web.UI.WebControls.TextBox.Rows" /> property, and allows data entry on multiple lines. The text will automatically wrap if the <see cref="P:System.Web.UI.WebControls.TextBox.Wrap" /> property is set to true. If the user enters text that exceeds the physical size of the <see cref="T:System.Web.UI.WebControls.TextBox" />, the text will scroll accordingly and scroll bars will appear.</para>
23      <para>The behavior of <see cref="F:System.Web.UI.WebControls.TextBoxMode.Password" /> mode is similar to <see cref="F:System.Web.UI.WebControls.TextBoxMode.SingleLine" /> mode except that all characters entered in the <see cref="T:System.Web.UI.WebControls.TextBox" /> control are masked and are not saved in view state.</para>
24      <para>The remaining options correspond to type attribute values for the input element in the HTML5 specification.</para>
25    </remarks>
26    <summary>
27      <attribution license="cc4" from="Microsoft" modified="false" />
28      <para>Specifies the behavior mode of the text box.</para>
29    </summary>
30  </Docs>
31  <Members>
32    <Member MemberName="MultiLine">
33      <MemberSignature Language="C#" Value="MultiLine" />
34      <MemberType>Field</MemberType>
35      <ReturnValue>
36        <ReturnType>System.Web.UI.WebControls.TextBoxMode</ReturnType>
37      </ReturnValue>
38      <Parameters>
39      </Parameters>
40      <Docs>
41        <remarks>To be added</remarks>
42        <summary>
43          <attribution license="cc4" from="Microsoft" modified="false" />
44          <para>Represents multiline entry mode.</para>
45        </summary>
46      </Docs>
47      <AssemblyInfo>
48        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
49        <AssemblyVersion>2.0.0.0</AssemblyVersion>
50      </AssemblyInfo>
51    </Member>
52    <Member MemberName="Password">
53      <MemberSignature Language="C#" Value="Password" />
54      <MemberType>Field</MemberType>
55      <ReturnValue>
56        <ReturnType>System.Web.UI.WebControls.TextBoxMode</ReturnType>
57      </ReturnValue>
58      <Parameters>
59      </Parameters>
60      <Docs>
61        <remarks>To be added</remarks>
62        <summary>
63          <attribution license="cc4" from="Microsoft" modified="false" />
64          <para>Represents password entry mode.</para>
65        </summary>
66      </Docs>
67      <AssemblyInfo>
68        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
69        <AssemblyVersion>2.0.0.0</AssemblyVersion>
70      </AssemblyInfo>
71    </Member>
72    <Member MemberName="SingleLine">
73      <MemberSignature Language="C#" Value="SingleLine" />
74      <MemberType>Field</MemberType>
75      <ReturnValue>
76        <ReturnType>System.Web.UI.WebControls.TextBoxMode</ReturnType>
77      </ReturnValue>
78      <Parameters>
79      </Parameters>
80      <Docs>
81        <remarks>To be added</remarks>
82        <summary>
83          <attribution license="cc4" from="Microsoft" modified="false" />
84          <para>Represents single-line entry mode.</para>
85        </summary>
86      </Docs>
87      <AssemblyInfo>
88        <AssemblyVersion>1.0.5000.0</AssemblyVersion>
89        <AssemblyVersion>2.0.0.0</AssemblyVersion>
90      </AssemblyInfo>
91    </Member>
92  </Members>
93</Type>