The members of System.Windows.Forms.ScrollProperties are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Windows.Forms.ScrollProperties class. |
Enabled | bool.
Gets or sets whether the scroll bar can be used on the container. | |
LargeChange | int.
Gets or sets the distance to move a scroll bar in response to a large scroll command. | |
Maximum | int.
Gets or sets the upper limit of the scrollable range. | |
Minimum | int.
Gets or sets the lower limit of the scrollable range. | |
SmallChange | int.
Gets or sets the distance to move a scroll bar in response to a small scroll command. | |
Value | int.
Gets or sets a numeric value that represents the current position of the scroll bar box. | |
Visible | bool.
Gets or sets whether the scroll bar can be seen by the user. |
[read-only] | ParentControl | ScrollableControl.
Gets the control to which this scroll information applies. |