Rename Managed.Windows.Forms to System.Windows.Forms for consistency.
[mono.git] / mcs / class / System.Windows.Forms / Documentation / en / System.Windows.Forms / SearchDirectionHint.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="SearchDirectionHint" FullName="System.Windows.Forms.SearchDirectionHint">
3   <TypeSignature Language="C#" Value="public enum SearchDirectionHint" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</AssemblyName>
6     <AssemblyVersion>2.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.Enum</BaseTypeName>
10   </Base>
11   <Docs>
12     <since version=".NET 2.0" />
13     <remarks>
14       <attribution license="cc4" from="Microsoft" modified="false" />
15       <para>This enumeration is used by the <see cref="Overload:System.Windows.Forms.ListView.FindNearestItem" /> methods in the <see cref="T:System.Windows.Forms.ListView" /> and <see cref="T:System.Windows.Forms.ListViewItem" /> classes, as well as by the <see cref="T:System.Windows.Forms.SearchForVirtualItemEventArgs" /> class. Identifying the nearest item in a <see cref="T:System.Windows.Forms.ListView" /> control can vary depending on the operating system the application is running on; therefore, the search direction is a hint, and not an absolute guarantee of results.</para>
16     </remarks>
17     <summary>
18       <attribution license="cc4" from="Microsoft" modified="false" />
19       <para>Provides a directional hint of where to search for a <see cref="T:System.Windows.Forms.ListViewItem" />.</para>
20     </summary>
21   </Docs>
22   <Members>
23     <Member MemberName="Down">
24       <MemberSignature Language="C#" Value="Down" />
25       <MemberType>Field</MemberType>
26       <ReturnValue>
27         <ReturnType>System.Windows.Forms.SearchDirectionHint</ReturnType>
28       </ReturnValue>
29       <Docs>
30         <since version=".NET 2.0" />
31         <summary>
32           <attribution license="cc4" from="Microsoft" modified="false" />
33           <para>Below the current item.</para>
34         </summary>
35       </Docs>
36       <AssemblyInfo>
37         <AssemblyVersion>2.0.0.0</AssemblyVersion>
38       </AssemblyInfo>
39     </Member>
40     <Member MemberName="Left">
41       <MemberSignature Language="C#" Value="Left" />
42       <MemberType>Field</MemberType>
43       <ReturnValue>
44         <ReturnType>System.Windows.Forms.SearchDirectionHint</ReturnType>
45       </ReturnValue>
46       <Docs>
47         <since version=".NET 2.0" />
48         <summary>
49           <attribution license="cc4" from="Microsoft" modified="false" />
50           <para>To the left of the current item</para>
51         </summary>
52       </Docs>
53       <AssemblyInfo>
54         <AssemblyVersion>2.0.0.0</AssemblyVersion>
55       </AssemblyInfo>
56     </Member>
57     <Member MemberName="Right">
58       <MemberSignature Language="C#" Value="Right" />
59       <MemberType>Field</MemberType>
60       <ReturnValue>
61         <ReturnType>System.Windows.Forms.SearchDirectionHint</ReturnType>
62       </ReturnValue>
63       <Docs>
64         <since version=".NET 2.0" />
65         <summary>
66           <attribution license="cc4" from="Microsoft" modified="false" />
67           <para>To the right of the current item.</para>
68         </summary>
69       </Docs>
70       <AssemblyInfo>
71         <AssemblyVersion>2.0.0.0</AssemblyVersion>
72       </AssemblyInfo>
73     </Member>
74     <Member MemberName="Up">
75       <MemberSignature Language="C#" Value="Up" />
76       <MemberType>Field</MemberType>
77       <ReturnValue>
78         <ReturnType>System.Windows.Forms.SearchDirectionHint</ReturnType>
79       </ReturnValue>
80       <Docs>
81         <since version=".NET 2.0" />
82         <summary>
83           <attribution license="cc4" from="Microsoft" modified="false" />
84           <para>Above the current item.</para>
85         </summary>
86       </Docs>
87       <AssemblyInfo>
88         <AssemblyVersion>2.0.0.0</AssemblyVersion>
89       </AssemblyInfo>
90     </Member>
91   </Members>
92 </Type>