114 lines
4.7 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Type Name="RichTextBoxFinds" FullName="System.Windows.Forms.RichTextBoxFinds">
<TypeSignature Language="C#" Value="public enum RichTextBoxFinds" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>System.Flags</AttributeName>
</Attribute>
</Attributes>
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<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>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies how a text search is carried out in a <see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
</Docs>
<Members>
<Member MemberName="MatchCase">
<MemberSignature Language="C#" Value="MatchCase" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Locate only instances of the search text that have the exact casing.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="NoHighlight">
<MemberSignature Language="C#" Value="NoHighlight" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The search text, if found, should not be highlighted.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="None">
<MemberSignature Language="C#" Value="None" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Locate all instances of the search text, whether the instances found in the search are whole words or not.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Reverse">
<MemberSignature Language="C#" Value="Reverse" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The search starts at the end of the control's document and searches to the beginning of the document.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="WholeWord">
<MemberSignature Language="C#" Value="WholeWord" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.RichTextBoxFinds</ReturnType>
</ReturnValue>
<Docs>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Locate only instances of the search text that are whole words.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>