Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

92 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="SearchDirectionHint" FullName="System.Windows.Forms.SearchDirectionHint">
<TypeSignature Language="C#" Value="public enum SearchDirectionHint" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<since version=".NET 2.0" />
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<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>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides a directional hint of where to search for a <see cref="T:System.Windows.Forms.ListViewItem" />.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Down">
<MemberSignature Language="C#" Value="Down" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.SearchDirectionHint</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Below the current item.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Left">
<MemberSignature Language="C#" Value="Left" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.SearchDirectionHint</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>To the left of the current item</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Right">
<MemberSignature Language="C#" Value="Right" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.SearchDirectionHint</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>To the right of the current item.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Up">
<MemberSignature Language="C#" Value="Up" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.SearchDirectionHint</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Above the current item.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>