82 lines
3.7 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Type Name="NumericUpDownAcceleration" FullName="System.Windows.Forms.NumericUpDownAcceleration">
<TypeSignature Language="C#" Value="public class NumericUpDownAcceleration" />
<AssemblyInfo>
<AssemblyName>System.Windows.Forms</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The <see cref="T:System.Windows.Forms.NumericUpDownAcceleration" /> object is used by the <see cref="T:System.Windows.Forms.NumericUpDown" /> control to optionally provide acceleration when incrementing or decrementing the control through a large quantity of numbers.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides information specifying how acceleration should be performed on a spin box (also known as an up-down control) when the up or down button is pressed for specified time period.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public NumericUpDownAcceleration (int seconds, decimal increment);" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="seconds" Type="System.Int32" />
<Parameter Name="increment" Type="System.Decimal" />
</Parameters>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.NumericUpDownAcceleration" /> class.</para>
</summary>
<param name="seconds">
<attribution license="cc4" from="Microsoft" modified="false" />The number of seconds the up or down button is pressed before the acceleration starts. </param>
<param name="increment">
<attribution license="cc4" from="Microsoft" modified="false" />The quantity the value displayed in the control should be incremented or decremented during acceleration.</param>
</Docs>
</Member>
<Member MemberName="Increment">
<MemberSignature Language="C#" Value="public decimal Increment { set; get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Decimal</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the quantity to increment or decrement the displayed value during acceleration.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Seconds">
<MemberSignature Language="C#" Value="public int Seconds { set; get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the number of seconds the up or down button must be pressed before the acceleration starts.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>