System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Windows.Forms.ScrollBar Most controls that need scroll bars already provide them and do not require this control. This is true of a multiline control, a , and a , for example. You can use this control to implement scrolling in containers that do not provide their own scroll bars such as a or for user input of numeric data. The numeric data can be displayed in a control or used in code. The and properties determine the range of values the user can select. The property determines the effect of clicking within the scroll bar but outside the scroll box. The property determines the effect of clicking the scroll arrows at each end of the control. Represents a standard Windows horizontal scroll bar. Constructor To be added. Initializes a new instance of the class. 1.0.5000.0 2.0.0.0 Property System.Windows.Forms.CreateParams To be added. To be added. Gets the required creation parameters when the control handle is created. 1.0.5000.0 2.0.0.0 Property System.Drawing.Size To be added. To be added. To be added. 1.0.5000.0 2.0.0.0 System.Runtime.InteropServices.ComVisible(true) System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)