﻿<?xml version="1.0" encoding="utf-8"?><Type Name="HScrollBar" FullName="System.Windows.Forms.HScrollBar"><TypeSignature Language="C#" Value="public class HScrollBar : System.Windows.Forms.ScrollBar" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Windows.Forms.ScrollBar</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Most controls that need scroll bars already provide them and do not require this control. This is true of a multiline <see cref="T:System.Windows.Forms.TextBox" /> control, a <see cref="T:System.Windows.Forms.ListBox" />, and a <see cref="T:System.Windows.Forms.ComboBox" />, for example.</para><para>You can use this control to implement scrolling in containers that do not provide their own scroll bars such as a <see cref="T:System.Windows.Forms.PictureBox" /> or for user input of numeric data. The numeric data can be displayed in a control or used in code. The <see cref="P:System.Windows.Forms.ScrollBar.Minimum" /> and <see cref="P:System.Windows.Forms.ScrollBar.Maximum" /> properties determine the range of values the user can select. The <see cref="P:System.Windows.Forms.ScrollBar.LargeChange" /> property determines the effect of clicking within the scroll bar but outside the scroll box. The <see cref="P:System.Windows.Forms.ScrollBar.SmallChange" /> property determines the effect of clicking the scroll arrows at each end of the control.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a standard Windows horizontal scroll bar.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public HScrollBar ();" /><MemberType>Constructor</MemberType><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.HScrollBar" /> class. </para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="CreateParams"><MemberSignature Language="C#" Value="protected override System.Windows.Forms.CreateParams CreateParams { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.CreateParams</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the required creation parameters when the control handle is created.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="DefaultSize"><MemberSignature Language="C#" Value="protected override System.Drawing.Size DefaultSize { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Drawing.Size</ReturnType></ReturnValue><Docs><summary>To be added.</summary><value>To be added.</value><remarks>To be added.</remarks></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)</AttributeName></Attribute></Attributes></Type>