System.Windows.Forms
2.0.0.0
System.Object
This is an abstract class. The actual derived classes used directly by Windows Forms are and , which are returned by the and properties of .
Encapsulates properties related to scrolling.
Constructor
2.0.0.0
You cannot instantiate this class directly, as it is abstract. You must instantiate one of its derived classes instead, such as or .
Initializes a new instance of the class.
The whose scrolling properties this object describes.
Property
2.0.0.0
System.ComponentModel.DefaultValue(true)
System.Boolean
To be added.
To be added.
Gets or sets whether the scroll bar can be used on the container.
Property
2.0.0.0
System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)
System.ComponentModel.DefaultValue(10)
System.Int32
To be added.
is used to determine how far the scroll bar is moved in response to a request to move a considerable distance, such as when the user presses the PAGE UP or PAGE DOWN button.
Gets or sets the distance to move a scroll bar in response to a large scroll command.
Property
2.0.0.0
System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)
System.ComponentModel.DefaultValue(100)
System.Int32
To be added.
If the new value of is less than , then is set equal to .
Gets or sets the upper limit of the scrollable range.
Property
2.0.0.0
System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)
System.ComponentModel.DefaultValue(0)
System.Int32
To be added.
If the new value of is greater than , then is set equal to .
Gets or sets the lower limit of the scrollable range.
Property
2.0.0.0
System.Windows.Forms.ScrollableControl
To be added.
To be added.
Gets the control to which this scroll information applies.
Property
2.0.0.0
System.ComponentModel.DefaultValue(1)
System.Int32
To be added.
is used to calculate how far to move the scroll bar in response to an arrow key click or a click on a scroll bar button.
Gets or sets the distance to move a scroll bar in response to a small scroll command.
Property
2.0.0.0
System.ComponentModel.Bindable(true)
System.ComponentModel.DefaultValue(0)
System.Int32
To be added.
To be added.
Gets or sets a numeric value that represents the current position of the scroll bar box.
Property
2.0.0.0
System.ComponentModel.DefaultValue(false)
System.Boolean
To be added.
To be added.
Gets or sets whether the scroll bar can be seen by the user.