Xamarin Public Jenkins c042cd0c52 Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
2015-11-10 15:03:43 +00:00

124 lines
4.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="TrackBarThumbState" FullName="System.Windows.Forms.VisualStyles.TrackBarThumbState">
<TypeSignature Language="C#" Value="public enum TrackBarThumbState" />
<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>The <see cref="T:System.Windows.Forms.VisualStyles.TrackBarThumbState" /> values correspond to the states of the <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects exposed by the following classes:</para>
<list type="bullet">
<item>
<para>
<see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Thumb" />
</para>
</item>
<item>
<para>
<see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbBottom" /> </para>
</item>
<item>
<para>
<see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbLeft" />
</para>
</item>
<item>
<para>
<see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbRight" />
</para>
</item>
<item>
<para>
<see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbTop" />
</para>
</item>
<item>
<para>
<see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbVertical" />
</para>
</item>
</list>
<para>The <see cref="T:System.Windows.Forms.VisualStyles.TrackBarThumbState" /> values are also used as an argument in the <see cref="T:System.Windows.Forms.TrackBarRenderer" /> class methods that draw the track bar slider. </para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies the visual state of a track bar slider (also known as a thumb) that is drawn with visual styles.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Disabled">
<MemberSignature Language="C#" Value="Disabled" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.VisualStyles.TrackBarThumbState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The slider appears disabled.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Hot">
<MemberSignature Language="C#" Value="Hot" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.VisualStyles.TrackBarThumbState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The slider appears hot.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Normal">
<MemberSignature Language="C#" Value="Normal" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.VisualStyles.TrackBarThumbState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The slider appears normal.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Pressed">
<MemberSignature Language="C#" Value="Pressed" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Windows.Forms.VisualStyles.TrackBarThumbState</ReturnType>
</ReturnValue>
<Docs>
<since version=".NET 2.0" />
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The slider appears pressed.</para>
</summary>
</Docs>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
</Type>