Rename Managed.Windows.Forms to System.Windows.Forms for consistency.
[mono.git] / mcs / class / System.Windows.Forms / Documentation / en / System.Windows.Forms / RichTextBoxFinds.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="RichTextBoxFinds" FullName="System.Windows.Forms.RichTextBoxFinds">
3   <TypeSignature Language="C#" Value="public enum RichTextBoxFinds" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</AssemblyName>
6     <AssemblyVersion>1.0.5000.0</AssemblyVersion>
7     <AssemblyVersion>2.0.0.0</AssemblyVersion>
8   </AssemblyInfo>
9   <Base>
10     <BaseTypeName>System.Enum</BaseTypeName>
11   </Base>
12   <Attributes>
13     <Attribute>
14       <AttributeName>System.Flags</AttributeName>
15     </Attribute>
16   </Attributes>
17   <Docs>
18     <remarks>
19       <attribution license="cc4" from="Microsoft" modified="false" />
20       <para>An application locates text in the <see cref="T:System.Windows.Forms.RichTextBox" /> control by calling the <see cref="M:System.Windows.Forms.RichTextBox.Find(System.String)" /> method of the <see cref="T:System.Windows.Forms.RichTextBox" /> control. This enumeration enables you to specify how the search is performed when the <see cref="M:System.Windows.Forms.RichTextBox.Find(System.String)" /> method is called. You can combine one or more values from this enumeration to specify more than one search option when calling the <see cref="M:System.Windows.Forms.RichTextBox.Find(System.String)" /> method.</para>
21     </remarks>
22     <summary>
23       <attribution license="cc4" from="Microsoft" modified="false" />
24       <para>Specifies how a text search is carried out in a <see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
25     </summary>
26   </Docs>
27   <Members>
28     <Member MemberName="MatchCase">
29       <MemberSignature Language="C#" Value="MatchCase" />
30       <MemberType>Field</MemberType>
31       <ReturnValue>
32         <ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
33       </ReturnValue>
34       <Docs>
35         <summary>
36           <attribution license="cc4" from="Microsoft" modified="false" />
37           <para>Locate only instances of the search text that have the exact casing.</para>
38         </summary>
39       </Docs>
40       <AssemblyInfo>
41         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
42         <AssemblyVersion>2.0.0.0</AssemblyVersion>
43       </AssemblyInfo>
44     </Member>
45     <Member MemberName="NoHighlight">
46       <MemberSignature Language="C#" Value="NoHighlight" />
47       <MemberType>Field</MemberType>
48       <ReturnValue>
49         <ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
50       </ReturnValue>
51       <Docs>
52         <summary>
53           <attribution license="cc4" from="Microsoft" modified="false" />
54           <para>The search text, if found, should not be highlighted.</para>
55         </summary>
56       </Docs>
57       <AssemblyInfo>
58         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
59         <AssemblyVersion>2.0.0.0</AssemblyVersion>
60       </AssemblyInfo>
61     </Member>
62     <Member MemberName="None">
63       <MemberSignature Language="C#" Value="None" />
64       <MemberType>Field</MemberType>
65       <ReturnValue>
66         <ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
67       </ReturnValue>
68       <Docs>
69         <summary>
70           <attribution license="cc4" from="Microsoft" modified="false" />
71           <para>Locate all instances of the search text, whether the instances found in the search are whole words or not.</para>
72         </summary>
73       </Docs>
74       <AssemblyInfo>
75         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
76         <AssemblyVersion>2.0.0.0</AssemblyVersion>
77       </AssemblyInfo>
78     </Member>
79     <Member MemberName="Reverse">
80       <MemberSignature Language="C#" Value="Reverse" />
81       <MemberType>Field</MemberType>
82       <ReturnValue>
83         <ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
84       </ReturnValue>
85       <Docs>
86         <summary>
87           <attribution license="cc4" from="Microsoft" modified="false" />
88           <para>The search starts at the end of the control's document and searches to the beginning of the document.</para>
89         </summary>
90       </Docs>
91       <AssemblyInfo>
92         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
93         <AssemblyVersion>2.0.0.0</AssemblyVersion>
94       </AssemblyInfo>
95     </Member>
96     <Member MemberName="WholeWord">
97       <MemberSignature Language="C#" Value="WholeWord" />
98       <MemberType>Field</MemberType>
99       <ReturnValue>
100         <ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
101       </ReturnValue>
102       <Docs>
103         <summary>
104           <attribution license="cc4" from="Microsoft" modified="false" />
105           <para>Locate only instances of the search text that are whole words.</para>
106         </summary>
107       </Docs>
108       <AssemblyInfo>
109         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
110         <AssemblyVersion>2.0.0.0</AssemblyVersion>
111       </AssemblyInfo>
112     </Member>
113   </Members>
114 </Type>